Fix PDF reader selector popup that was never opening

This commit is contained in:
Martynas Bagdonas 2022-08-11 12:17:11 +03:00
parent 0857cefb0c
commit e4e3c72036

View file

@ -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