Skip to content

Commit

Permalink
removed: Insider exclusive function
Browse files Browse the repository at this point in the history
  • Loading branch information
chetachiezikeuzor committed Sep 1, 2022
1 parent 573c583 commit 61341a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/highlighterMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const highlighterMenu = (

const menu = new Menu() as unknown as EnhancedMenu;

menu.setUseNativeMenu(false);
// menu.setUseNativeMenu(false);

const menuDom = menu.dom;
menuDom.addClass("highlighterContainer");
Expand Down

0 comments on commit 61341a4

Please sign in to comment.