mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Automatically reset text area on keyboard events if native OSK is enabled/assumed. Hide text area via CSS.
This commit is contained in:
@@ -211,3 +211,10 @@ div#viewportClone {
|
||||
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
textarea#eventTarget {
|
||||
position: fixed;
|
||||
width: 0;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
}
|
Reference in New Issue
Block a user