Skip to content

Commit

Permalink
fix(Feature menu): Navigating from home to watch page
Browse files Browse the repository at this point in the history
Feature menu wasn't added when

navigating to video
  • Loading branch information
VampireChicken12 committed Nov 4, 2023
1 parent 91afaca commit 4495bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ document.documentElement.appendChild(element);

window.onload = function () {
enableRememberVolume();
enableFeatureMenu();
enableHideScrollBar();
const enableFeatures = () => {
eventManager.removeAllEventListeners(["featureMenu"]);
enableFeatureMenu();
addLoopButton();
addMaximizePlayerButton();
addScreenshotButton();
Expand Down

0 comments on commit 4495bd3

Please sign in to comment.