diff --git a/client/commonFramework/update-preview.js b/client/commonFramework/update-preview.js index e8acb518d7..8d2a20c735 100644 --- a/client/commonFramework/update-preview.js +++ b/client/commonFramework/update-preview.js @@ -48,7 +48,7 @@ window.common = (function(global) { return Observable.fromCallback($(preview).ready, $(preview))() .first() // delay is need here for first initial run - .delay(50); + .delay(100); }) .map(() => code); };