mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Fix chapter popover position not moving for nearby chapters
This commit is contained in:
2
clapper_src/controls.js
vendored
2
clapper_src/controls.js
vendored
@@ -423,7 +423,7 @@ class ClapperControls extends Gtk.Box
|
|||||||
|
|
||||||
if(
|
if(
|
||||||
this[`chapter${type}Id`]
|
this[`chapter${type}Id`]
|
||||||
|| this.chapterPopover.visible === isVisible
|
|| (!isVisible && this.chapterPopover.visible === isVisible)
|
||||||
)
|
)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user