diff --git a/www/common/sframe-chainpad-listmap.js b/www/common/sframe-chainpad-listmap.js index bb5506af0..8e0aa8810 100644 --- a/www/common/sframe-chainpad-listmap.js +++ b/www/common/sframe-chainpad-listmap.js @@ -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);