mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-04 09:44:02 +00:00
Fix regression with fullscreen keybind.
For https://github.com/TeamPiped/Piped/issues/139#issuecomment-824821636
This commit is contained in:
@@ -116,6 +116,7 @@ export default {
|
||||
case "KeyF":
|
||||
if (document.fullscreenElement) document.exitFullscreen();
|
||||
else this.$refs.container.requestFullscreen();
|
||||
e.preventDefault();
|
||||
break;
|
||||
case "KeyM":
|
||||
videoEl.muted = !videoEl.muted;
|
||||
|
Reference in New Issue
Block a user