mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-05 11:59:39 +00:00
Don't grab input when running performance tests
This commit is contained in:
@@ -37,6 +37,7 @@ enable_test_mode = function () {
|
||||
|
||||
next_iteration = function () {
|
||||
rfb = new RFB({'target': document.getElementById('VNC_canvas'),
|
||||
'view_only': true,
|
||||
'onDisconnected': disconnected,
|
||||
'onNotification': notification});
|
||||
enable_test_mode();
|
||||
|
||||
Reference in New Issue
Block a user