Skip to content

Commit

Permalink
Fix missing injection
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 14, 2024
1 parent f66fbb5 commit f4cb5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/common/bookmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ export async function bookmarkTabs(tabs, { parentId, index, showDialog, title }
></span></div
></div>
`.trim(),
async onShown(container, { initFolderChooser, animationDuration, parentId, incrementalSearchTimeout }) {
async onShown(container, { initFolderChooser, animationDuration, parentId, incrementalSearchTimeout, inline }) {
if (container.classList.contains('simulation'))
return;
container.classList.add('bookmark-dialog');
Expand Down

0 comments on commit f4cb5b1

Please sign in to comment.