Merge "Fix deprecated use of 'jQuery.fn.select()' shorthand event"
This commit is contained in:
commit
47e2d23740
@ -79,7 +79,7 @@
|
||||
}
|
||||
|
||||
function copyPrivateKey() {
|
||||
angular.element('textarea').select();
|
||||
angular.element('textarea').trigger('select');
|
||||
document.execCommand('copy');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user