diff options
Diffstat (limited to 'ext/fg/js/float.js')
| -rw-r--r-- | ext/fg/js/float.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/fg/js/float.js b/ext/fg/js/float.js index 199990e5..d7beb675 100644 --- a/ext/fg/js/float.js +++ b/ext/fg/js/float.js @@ -241,7 +241,7 @@ class DisplayFloat extends Display {          const {frameId} = await api.frameInformationGet();          const popupFactory = new PopupFactory(frameId); -        await popupFactory.prepare(); +        popupFactory.prepare();          const frontend = new Frontend(              frameId, |