mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Cleanup
This commit is contained in:
parent
52bd7692e9
commit
04415ef28f
4 changed files with 73 additions and 68 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue