unfuck vncvm

This commit is contained in:
Elijah R
2024-08-01 18:13:06 -04:00
parent 5f5d92522f
commit 11380f00cf
2 changed files with 5 additions and 0 deletions

View File

@@ -137,6 +137,10 @@ export default class CollabVMServer {
}, kRestartTimeout); }, kRestartTimeout);
} }
}); });
} else {
// this sucks too fix this
self.VM.GetDisplay().on('resize', (size: Size) => self.OnDisplayResized(size));
self.VM.GetDisplay().on('rect', (rect: Rect) => self.OnDisplayRectangle(rect));
} }
// authentication manager // authentication manager

1
nodejs-rfb Submodule

Submodule nodejs-rfb added at 55e9e6cd65