Fix chapter popover position not moving for nearby chapters

This commit is contained in:
Rafostar
2021-01-13 19:50:05 +01:00
parent c0e0592842
commit 4c0a0da18f

View File

@@ -423,7 +423,7 @@ class ClapperControls extends Gtk.Box
if(
this[`chapter${type}Id`]
|| this.chapterPopover.visible === isVisible
|| (!isVisible && this.chapterPopover.visible === isVisible)
)
return;