Skip to content

Commit

Permalink
Set isSidebarFrameVisible to true so mods render
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Jan 3, 2024
1 parent 0412099 commit 7bba848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contentScript/sidebarDomControllerLiteMv3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export function isSidebarFrameVisible(): boolean {
// - Might be able to subscribe via https://stackoverflow.com/a/77106777/402560. But may need extra machinery
// to handle background worker restarts.

return false;
// For now, mark as true so mods run
return true;
}

/** Removes the element; Returns false if no element was found */
Expand Down

0 comments on commit 7bba848

Please sign in to comment.