File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1387,9 +1387,9 @@ var link = (function(){
13871387var copyStagedLink = JSON . parse ( JSON . stringify ( stagedLink ) ) ;
13881388bookmarks . mod . edit . link ( copyStagedLink ) ;
13891389data . save ( ) ;
1390+ stagedLink . reset ( ) ;
13901391groupAndItems ( ) ;
13911392render . focus . item . current . edit ( copyStagedLink ) ;
1392- stagedLink . reset ( ) ;
13931393autoSuggest . close ( ) ;
13941394shade . close ( ) ;
13951395pagelock . unlock ( ) ;
@@ -1428,9 +1428,9 @@ var link = (function(){
14281428var copyStagedGroup = JSON . parse ( JSON . stringify ( stagedGroup ) ) ;
14291429bookmarks . mod . edit . group ( copyStagedGroup ) ;
14301430data . save ( ) ;
1431+ stagedGroup . reset ( ) ;
14311432groupAndItems ( ) ;
14321433render . focus . group . current . edit ( copyStagedGroup ) ;
1433- stagedGroup . reset ( ) ;
14341434autoSuggest . close ( ) ;
14351435shade . close ( ) ;
14361436pagelock . unlock ( ) ;
You can’t perform that action at this time.
0 commit comments