Browse Source

fix: do not triml while saving block

Andelf 4 years ago
parent
commit
1f779774ff
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/frontend/handler/editor.cljs

+ 0 - 1
src/main/frontend/handler/editor.cljs

@@ -354,7 +354,6 @@
         content (if (and (seq properties) real-content (not= real-content content))
                   (property/with-built-in-properties properties content format)
                   content)
-        content (text/remove-lines-level-spaces content format)
         content (drawer/with-logbook block content)
         content (with-timetracking block content)
         first-block? (= left page)