pull/1/head
yflory 7 years ago
parent e5a54b5978
commit 888028c542

@ -554,15 +554,12 @@ define([
});
toLock.forEach(lockColumn);
toLockR = [];
toLock = [];
APP.unlocked.row.forEach(function (id) {
if (keepRowUnlocked.indexOf(id) !== -1) { return; }
toLockR.push(id);
toLock.push(id);
});
toLockR.forEach(lockRow);
/*APP.unlocked.col = Cryptpad.deduplicateString([APP.userid].concat(APP.uncommitted.content.colsOrder).slice());
APP.unlocked.row = APP.uncommitted.content.rowsOrder.slice();
change();*/
toLock.forEach(lockRow);
};
/* Called whenever an event is fired on a span */

Loading…
Cancel
Save