diff --git a/core/rfb.js b/core/rfb.js index 2d24e2f1..f8403e81 100644 --- a/core/rfb.js +++ b/core/rfb.js @@ -3963,7 +3963,10 @@ export default class RFB extends EventTargetMixin { }; this._refreshCursor(); - this._proxyRFBMessage('updateCursor', [ rgba, hotx, hoty, w, h ]); + + if (this._isPrimaryDisplay) { + this._proxyRFBMessage('updateCursor', [ rgba, hotx, hoty, w, h ]); + } } _shouldShowDotCursor() {