This commit is contained in:
RobinLinus 2018-09-22 04:44:17 +02:00
parent 52bd7692e9
commit 04415ef28f
4 changed files with 73 additions and 68 deletions

View file

@ -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');
}