diff options
Diffstat (limited to 'client/src/assets/player/videojs-components/settings-menu-button.ts')
-rw-r--r-- | client/src/assets/player/videojs-components/settings-menu-button.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/videojs-components/settings-menu-button.ts b/client/src/assets/player/videojs-components/settings-menu-button.ts index 339420a89..50e25c004 100644 --- a/client/src/assets/player/videojs-components/settings-menu-button.ts +++ b/client/src/assets/player/videojs-components/settings-menu-button.ts | |||
@@ -188,7 +188,7 @@ class SettingsButton extends Button { | |||
188 | } | 188 | } |
189 | 189 | ||
190 | const offset = this.settingsButtonOptions.setup.maxHeightOffset | 190 | const offset = this.settingsButtonOptions.setup.maxHeightOffset |
191 | const maxHeight = (this.player().el() as HTMLElement).offsetHeight - offset // FIXME: typings | 191 | const maxHeight = (this.player().el() as HTMLElement).offsetHeight - offset |
192 | 192 | ||
193 | const panelEl = this.panel.el() as HTMLElement | 193 | const panelEl = this.panel.el() as HTMLElement |
194 | 194 | ||