Removal of tab state context menu as unable to detect tab assignment state. Fixes #520
This commit is contained in:
parent
a99cd9c8ef
commit
fd918408f4
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ const assignManager = {
|
|||
id: menuId,
|
||||
title: `${prefix} Always Open in This Container`,
|
||||
checked: true,
|
||||
contexts: ["all", "tab"],
|
||||
contexts: ["all"],
|
||||
});
|
||||
}).catch((e) => {
|
||||
throw e;
|
||||
|
|
Loading…
Add table
Reference in a new issue