Fix copying over PDF reader context pane

Fixes #2408
This commit is contained in:
Martynas Bagdonas 2022-03-15 14:43:22 +02:00
parent 1f2f91d2d2
commit d02eb145d5
2 changed files with 2 additions and 2 deletions

View file

@ -411,7 +411,7 @@ class ReaderInstance {
menuitem = this._window.document.createElement('menuitem');
menuitem.setAttribute('label', Zotero.getString('general.copy'));
menuitem.addEventListener('command', () => {
Zotero.Utilities.Internal.copyTextToClipboard(data.text);
this._window.document.getElementById('menu_copy').click();
});
popup.appendChild(menuitem);
// Separator

@ -1 +1 @@
Subproject commit cca2dcbe5ce1d4566bb6cd28f18c19c030e0c80a
Subproject commit 8a690d20abafdbbdd4cd1618f40e794bca27f318