Update ui.js
This commit is contained in:
parent
4855362e5a
commit
96a028f8e1
|
|
@ -980,7 +980,7 @@ const UI = {
|
||||||
LocalclipboardSend() {
|
LocalclipboardSend() {
|
||||||
const text = document.querySelector('#hidden_clipboard_sender').value;
|
const text = document.querySelector('#hidden_clipboard_sender').value;
|
||||||
Log.Debug(">> UI.clipboardSend: " + text.substr(0, 40) + "...");
|
Log.Debug(">> UI.clipboardSend: " + text.substr(0, 40) + "...");
|
||||||
if(text && UI.rfb.clipboardPasteFrom){
|
if(text && UI.rfb){
|
||||||
UI.rfb.clipboardPasteFrom(text);
|
UI.rfb.clipboardPasteFrom(text);
|
||||||
}
|
}
|
||||||
Log.Debug("<< UI.clipboardSend");
|
Log.Debug("<< UI.clipboardSend");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue