Fix race condition preventing slide to work on Edge

This commit is contained in:
yflory
2017-09-08 15:53:53 +02:00
parent f2aaaa9751
commit 290d668ceb
3 changed files with 18 additions and 0 deletions

View File

@@ -228,6 +228,7 @@ define([
Cryptpad.log(data.logText);
});
ctx.sframeChan.ready();
cb(funcs);
});
} };