Skip to content

Commit

Permalink
Add preview command
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Oct 4, 2024
1 parent c746dae commit 263a08d
Show file tree
Hide file tree
Showing 8 changed files with 1,506 additions and 1,846 deletions.
1 change: 0 additions & 1 deletion examples/sidebar-shadcn/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const isFirefoxLike =
process.env.EXTENSION_PUBLIC_BROWSER === 'firefox' ||
process.env.EXTENSION_PUBLIC_BROWSER === 'gecko-based'


if (isFirefoxLike) {
browser.browserAction.onClicked.addListener(() => {
browser.sidebarAction.open()
Expand Down
Loading

0 comments on commit 263a08d

Please sign in to comment.