Merge pull request #530 from jonathanKingston/removal-of-tab-state-context

Removal of tab state context menu as unable to detect tab assignment …
This commit is contained in:
luke crouch 2017-05-24 11:14:30 -05:00 committed by GitHub
commit 1d385d2aaa

View file

@ -201,7 +201,7 @@ const assignManager = {
id: menuId, id: menuId,
title: `${prefix} Always Open in This Container`, title: `${prefix} Always Open in This Container`,
checked: true, checked: true,
contexts: ["all", "tab"], contexts: ["all"],
}); });
}).catch((e) => { }).catch((e) => {
throw e; throw e;