Skip to content

Commit

Permalink
CPVM: move focus on input area after clearing clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Sep 11, 2024
1 parent a0932b0 commit fab4dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemvm/agent/noVNC/app/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ const UI = {

clipboardClear() {
document.getElementById('noVNC_clipboard_text').value = "";
document.getElementById('noVNC_clipboard_text').focus();
},

clipboardSend() {
Expand Down

0 comments on commit fab4dae

Please sign in to comment.