mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Fix PDF reader selector popup that was never opening
This commit is contained in:
parent
0857cefb0c
commit
e4e3c72036
1 changed files with 4 additions and 0 deletions
|
|
@ -884,6 +884,10 @@ class ReaderInstance {
|
|||
this._openThumbnailPopup(message.data);
|
||||
return;
|
||||
}
|
||||
case 'openSelectorPopup': {
|
||||
this._openSelectorPopup(message.data);
|
||||
return;
|
||||
}
|
||||
case 'closePopup': {
|
||||
// Note: This currently only closes tags popup when annotations are
|
||||
// disappearing from pdf-reader sidebar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue