CPVM: move focus on input area after clearing clipboard (#9669)

This commit is contained in:
Wei Zhou 2024-09-17 12:23:33 +02:00 committed by GitHub
parent a0932b0f16
commit a8ab47bb27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1000,6 +1000,7 @@ const UI = {
clipboardClear() {
document.getElementById('noVNC_clipboard_text').value = "";
document.getElementById('noVNC_clipboard_text').focus();
},
clipboardSend() {