- commit
- 4c9e08ce7430f6f192e096001dfbcfd420b7748f
- parent
- 92c782547e47eaa8216d1f792b9a0d1e4cbb8902
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-05-07 05:11
ignore changes before initial sync
Diffstat
M | static/pad.js | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/pad.js b/static/pad.js
@@ -76,7 +76,7 @@ via.listen(room, function(msg) { 76 76 }); 77 77 } 78 78 }, 1000);79 -1 } else if (msg[1] === 'changes') {-1 79 } else if (msg[1] === 'changes' && !el.readOnly) { 80 80 applyChanges(msg[2]); 81 81 } else if (msg[1] === 'request') { 82 82 via.send(room, [id, 'text', el.value]);