Skip to content

Commit a7f8301

Browse files
committed
[Context Menu] New Tab button available in edit mode. #843
1 parent 5409e3d commit a7f8301

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)