We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4860d4 commit 6c59234Copy full SHA for 6c59234
1 file changed
src/ext/bg.ts
@@ -486,7 +486,7 @@ chrome.tabs.onRemoved.addListener((tabId) => {
486
});
487
488
// ===========================================================================
489
-// @ts-expect-error - TS7006 - Parameter 'info' implicitly has an 'any' type. | TS7006 - Parameter 'tab' implicitly has an 'any' type.
+// // @ts-expect-error - TS7006 - Parameter 'info' implicitly has an 'any' type. | TS7006 - Parameter 'tab' implicitly has an 'any' type.
490
// chrome.contextMenus.onClicked.addListener((info, tab) => {
491
// switch (info.menuItemId) {
492
// case "view-rec":
0 commit comments