bi directional clipboard handling over WS.

This commit is contained in:
Miroslav Šedivý
2022-04-29 00:00:41 +02:00
parent 968082d7b4
commit d87c78ba50
3 changed files with 9 additions and 6 deletions

View File

@ -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