mirror of https://github.com/apache/cloudstack.git
CPVM: move focus on input area after clearing clipboard (#9669)
This commit is contained in:
parent
a0932b0f16
commit
a8ab47bb27
|
|
@ -1000,6 +1000,7 @@ const UI = {
|
|||
|
||||
clipboardClear() {
|
||||
document.getElementById('noVNC_clipboard_text').value = "";
|
||||
document.getElementById('noVNC_clipboard_text').focus();
|
||||
},
|
||||
|
||||
clipboardSend() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue