Merge pull request #447 from jonathanKingston/tab-menu-item

Adding in context menu to tab context menu. Fixes #424.
This commit is contained in:
luke crouch
2017-04-24 15:45:57 -05:00
committed by GitHub
+1 -1
View File
@@ -205,7 +205,7 @@ const assignManager = {
id: menuId,
title: `${prefix} Always Open in This Container`,
checked: true,
contexts: ["all"],
contexts: ["all", "tab"],
});
}).catch((e) => {
throw e;