فهرست منبع

[notebook] Fix markdown editor issue

This fixes an issue where the markdown editor isn't shown in edit mode
Johan Ahlen 10 سال پیش
والد
کامیت
cebf7fe
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -698,7 +698,7 @@ from desktop.views import _ko
           <div class="ace-editor" data-bind="attr: { id: id() }, aceEditor: {
               snippet: $data,
               updateOnInput: true
-            "></div>
+            }"></div>
         </div>
         <div class="span6">
           <div data-bind="html: renderMarkdown(statement_raw(), id()), attr: {'id': 'liveMD'+id()}"></div>