fix recursive disaster
This commit is contained in:
parent
b9f5ce3953
commit
70166b1a27
|
@ -3963,8 +3963,11 @@ export default class RFB extends EventTargetMixin {
|
|||
};
|
||||
|
||||
this._refreshCursor();
|
||||
|
||||
if (this._isPrimaryDisplay) {
|
||||
this._proxyRFBMessage('updateCursor', [ rgba, hotx, hoty, w, h ]);
|
||||
}
|
||||
}
|
||||
|
||||
_shouldShowDotCursor() {
|
||||
// Called when this._cursorImage is updated
|
||||
|
|
Loading…
Reference in New Issue