mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-07 12:54:37 +00:00
Fix focus/clipboard related to mouse/keyboard refactor.
This commit is contained in:
@@ -37,7 +37,6 @@ cdef('cursor_uri', 'raw', null, 'Can we render cursor using data URI');
|
||||
cdef('target', 'dom', null, 'Canvas element for VNC viewport');
|
||||
cdef('focusContainer', 'dom', document, 'DOM element that traps keyboard input');
|
||||
cdef('true_color', 'bool', true, 'Request true color pixel data');
|
||||
cdef('focused', 'bool', true, 'Capture and send key strokes');
|
||||
cdef('colourMap', 'raw', [], 'Colour map array (not true color)');
|
||||
cdef('scale', 'float', 1, 'VNC viewport scale factor');
|
||||
|
||||
@@ -204,8 +203,6 @@ function constructor() {
|
||||
conf.cursor_uri = false;
|
||||
}
|
||||
|
||||
conf.focused = true;
|
||||
|
||||
Util.Debug("<< Canvas.init");
|
||||
return that ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user