mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
listmap does not care about 'readOnly' mode anymore
This commit is contained in:
parent
d2b27f3588
commit
c9223cb942
@ -679,7 +679,6 @@ define([
|
||||
|
||||
var onLocal = realtimeOptions.onLocal = function () {
|
||||
if (initializing) { return; }
|
||||
if (readOnly) { return; }
|
||||
var strung = isFakeProxy? DeepProxy.stringifyFakeProxy(proxy): Sortify(proxy);
|
||||
patchText(strung);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user