mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-10 06:14:38 +00:00
Make sure that the default value of the hidden input field is a space.
This commit is contained in:
@@ -854,7 +854,7 @@ keyInput: function(event) {
|
||||
// another session there has to always be text in the
|
||||
// keyboardinput element with which backspace can interact.
|
||||
// We also need to reset the input field text to avoid overflow.
|
||||
elem.value = "x";
|
||||
elem.value = '\u00a0';
|
||||
},
|
||||
|
||||
keyInputBlur: function() {
|
||||
|
||||
Reference in New Issue
Block a user