Skip to content

Commit

Permalink
chore: disable patchOpenTabMenu temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Dec 29, 2024
1 parent b8924c7 commit f93a43f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ async function onMainWindowLoad(win: _ZoteroTypes.MainWindow): Promise<void> {

patchExportItems(win);

patchOpenTabMenu(win);
// TEMP: This doesn't work, maybe better to wait for the support from Zotero
// patchOpenTabMenu(win);

await restoreNoteTabs();

Expand Down

0 comments on commit f93a43f

Please sign in to comment.