listmap does not care about 'readOnly' mode anymore

This commit is contained in:
ansuz 2017-09-19 15:38:06 +02:00
parent d2b27f3588
commit c9223cb942

View File

@ -679,7 +679,6 @@ define([
var onLocal = realtimeOptions.onLocal = function () { var onLocal = realtimeOptions.onLocal = function () {
if (initializing) { return; } if (initializing) { return; }
if (readOnly) { return; }
var strung = isFakeProxy? DeepProxy.stringifyFakeProxy(proxy): Sortify(proxy); var strung = isFakeProxy? DeepProxy.stringifyFakeProxy(proxy): Sortify(proxy);
patchText(strung); patchText(strung);