Skip to content

Commit 6d3964b

Browse files
committed
[bug] fix page lock when editing group or link
1 parent 5f0f06b commit 6d3964b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/js/link.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,7 @@ var link = (function(){
14661466
modal.close();
14671467
}
14681468
});
1469+
pagelock.lock();
14691470
},
14701471
group: function(copyStagedGroup){
14711472
stagedGroup.group=JSON.parse(JSON.stringify(copyStagedGroup.group));
@@ -1506,6 +1507,7 @@ var link = (function(){
15061507
modal.close();
15071508
}
15081509
});
1510+
pagelock.lock();
15091511
}
15101512
};
15111513

0 commit comments

Comments
(0)