Skip to content

Commit a8ab47b

Browse files
CPVM: move focus on input area after clearing clipboard (#9669)
1 parent a0932b0 commit a8ab47b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • systemvm/agent/noVNC/app

systemvm/agent/noVNC/app/ui.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,7 @@ const UI = {
10001000

10011001
clipboardClear() {
10021002
document.getElementById('noVNC_clipboard_text').value = "";
1003+
document.getElementById('noVNC_clipboard_text').focus();
10031004
},
10041005

10051006
clipboardSend() {

0 commit comments

Comments
 (0)