mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-21 22:54:53 +08:00
Cleanup
This commit is contained in:
@@ -392,8 +392,8 @@ class Notifications {
|
||||
}
|
||||
|
||||
_copyText(message, notification) {
|
||||
document.copy(message);
|
||||
notification.close();
|
||||
if(!document.copy(message)) return;
|
||||
this._notify('Copied text to clipboard');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user