Skip to content

Commit 4c6ca58

Browse files
authored
Merge pull request #1157 from TypicalFooBar/843
[Context Menu] New Tab button available in edit mode. #843
2 parents 32e7f57 + a7f8301 commit 4c6ca58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/commonUI/edit/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ define([
387387
"constants": [
388388
{
389389
"key": "editModeBlacklist",
390-
"value": ["copy", "follow", "window", "link", "locate"]
390+
"value": ["copy", "follow", "link", "locate"]
391391
},
392392
{
393393
"key": "nonEditContextBlacklist",

0 commit comments

Comments
 (0)