Skip to content

Commit

Permalink
Fix mismatched method name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 20, 2023
1 parent 2fe3f65 commit a69820a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webextensions/sidebar/tab-context-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,10 @@ async function onShown(contextTab) {
TSTAPI.sendMessage({
...message,
type: TSTAPI.kFAKE_CONTEXT_MENU_SHOWN
}, { tabProperties: ['tab'] })
}, { tabProperties: ['tab'] }),
]);
if (treeItem)
treeItem.destroy();
treeItem.clearCache();
return result;
}

Expand Down

0 comments on commit a69820a

Please sign in to comment.