From e6785b4dade5010ed18c5c59f2bc2bef1ebc9451 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 20 Sep 2016 16:35:55 +0200 Subject: [PATCH] push /pad/ state once ready to avoid OT collision --- www/pad/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/pad/main.js b/www/pad/main.js index b2174a0ce..aef2103e0 100644 --- a/www/pad/main.js +++ b/www/pad/main.js @@ -613,6 +613,7 @@ define([ console.log("Unlocking editor"); setEditable(true); initializing = false; + onLocal(); }); };