From cf7bc6f4152a541fa3a99423d72974abab20b7d1 Mon Sep 17 00:00:00 2001 From: king6cong Date: Tue, 22 Mar 2016 18:29:21 +0800 Subject: [PATCH] fix invalid preview url --- core/client/app/templates/editor/edit.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/client/app/templates/editor/edit.hbs b/core/client/app/templates/editor/edit.hbs index 258c96920d..55411a4101 100644 --- a/core/client/app/templates/editor/edit.hbs +++ b/core/client/app/templates/editor/edit.hbs @@ -22,6 +22,7 @@ {{gh-editor value=model.scratch shouldFocusEditor=shouldFocusEditor + previewUrl=model.previewUrl editorFocused=(action "autoSaveNew") onTeardown=(action "cancelTimers")}}