We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0f06b commit 6d3964bCopy full SHA for 6d3964b
1 file changed
src/js/link.js
@@ -1466,6 +1466,7 @@ var link = (function() {
1466
modal.close();
1467
}
1468
});
1469
+ pagelock.lock();
1470
},
1471
group: function(copyStagedGroup) {
1472
stagedGroup.group = JSON.parse(JSON.stringify(copyStagedGroup.group));
@@ -1506,6 +1507,7 @@ var link = (function() {
1506
1507
1508
1509
1510
1511
1512
};
1513
0 commit comments