mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
bi directional clipboard handling over WS.
This commit is contained in:
@ -1427,9 +1427,9 @@ Guacamole.Keyboard = function Keyboard(element) {
|
||||
};
|
||||
|
||||
// Automatically type text entered into the wrapped field
|
||||
element.addEventListener("input", handleInput, false);
|
||||
element.addEventListener("compositionend", handleComposition, false);
|
||||
|
||||
//20220428: NEKO: Removed because of clipboard handling.
|
||||
//element.addEventListener("input", handleInput, false);
|
||||
//element.addEventListener("compositionend", handleComposition, false);
|
||||
};
|
||||
|
||||
// Listen to given element, if any
|
||||
|
Reference in New Issue
Block a user