Merge branch 'master' into gesture-support-on-block

This commit is contained in:
llcc
2022-05-26 10:58:38 +08:00
committed by GitHub
14 changed files with 124 additions and 34 deletions

View File

@@ -168,6 +168,7 @@
new-content (if (string/blank? value)
(str prefix surfix)
(str prefix value "\n" surfix))]
(state/set-edit-content! (state/get-edit-input-id) new-content)
(editor-handler/save-block-if-changed! block new-content))
(:file-path config)