Skip to content

Commit

Permalink
Update ui.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAungkon authored Sep 20, 2024
1 parent 4855362 commit 96a028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ const UI = {
LocalclipboardSend() {
const text = document.querySelector('#hidden_clipboard_sender').value;
Log.Debug(">> UI.clipboardSend: " + text.substr(0, 40) + "...");
if(text && UI.rfb.clipboardPasteFrom){
if(text && UI.rfb){
UI.rfb.clipboardPasteFrom(text);
}
Log.Debug("<< UI.clipboardSend");
Expand Down

0 comments on commit 96a028f

Please sign in to comment.