File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1489,6 +1489,7 @@ var link = (function(){
14891489var successAction = function ( ) {
14901490var copyStagedLink = JSON . parse ( JSON . stringify ( stagedLink ) ) ;
14911491bookmarks . mod . edit . link ( copyStagedLink ) ;
1492+ edit . item . close ( ) ;
14921493data . save ( ) ;
14931494groupAndItems ( ) ;
14941495render . focus . item . current . edit ( copyStagedLink ) ;
@@ -1533,6 +1534,7 @@ var link = (function(){
15331534var successAction = function ( ) {
15341535var copyStagedGroup = JSON . parse ( JSON . stringify ( stagedGroup ) ) ;
15351536bookmarks . mod . edit . group ( copyStagedGroup ) ;
1537+ edit . group . close ( ) ;
15361538data . save ( ) ;
15371539groupAndItems ( ) ;
15381540render . focus . group . current . edit ( copyStagedGroup ) ;
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ var state = (function(){
196196border : 0 ,
197197order : "headerbody" ,
198198add : false ,
199- edit : true
199+ edit : false
200200} ,
201201layout : {
202202alignment : "centercenter" ,
You can’t perform that action at this time.
0 commit comments