diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-05 21:57:13 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-05 21:59:37 -0400 |
commit | cd6d4e7ee14b3bfde9efb76eb65d7ee91c740c77 (patch) | |
tree | db6ffca4127b9fc48720f8eb601ee21dbee491ad /ext/mixed | |
parent | 2255fadf52bff17d183f48e0bc72a078568481f2 (diff) |
Update how popup visibility works
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/js/display.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index b70fa4b8..575011fd 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -454,7 +454,7 @@ class Display { return {dataUrl, format}; } finally { - await this.setPopupVisibleOverride(true); + await this.setPopupVisibleOverride(null); } } |