Fix PDF reader selector popup that was never opening
(cherry picked from commit e4e3c72036
)
This commit is contained in:
parent
d1550a3fd5
commit
4f52eb9be3
1 changed files with 4 additions and 0 deletions
|
@ -891,6 +891,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…
Reference in a new issue