mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Reset hide controls timer when clicking corresponding button
This commit is contained in:
@@ -16,6 +16,9 @@ class ClapperHeaderBar extends HeaderBarBase
|
|||||||
const clapperWidget = this.root.child;
|
const clapperWidget = this.root.child;
|
||||||
|
|
||||||
clapperWidget.controlsRevealer.toggleReveal();
|
clapperWidget.controlsRevealer.toggleReveal();
|
||||||
|
|
||||||
|
/* Reset timer to not disappear during click */
|
||||||
|
clapperWidget.player._setHideControlsTimeout();
|
||||||
}
|
}
|
||||||
|
|
||||||
_onFullscreenButtonClicked()
|
_onFullscreenButtonClicked()
|
||||||
|
Reference in New Issue
Block a user