fix: delete not auto-adjust the editor's height

This commit is contained in:
Tienson Qin
2021-04-29 23:18:16 +08:00
parent 401ce9cf72
commit d8d5a5d486
2 changed files with 11 additions and 7 deletions

View File

@@ -222,7 +222,8 @@
["Src" (->block "src" "")]
["Query" (->block "query")]
["Latex export" (->block "export" "latex")]
["Properties" (->properties)]
(when-not (= :markdown (state/get-preferred-format))
["Properties" (->properties)])
["Note" (->block "note")]
["Tip" (->block "tip")]
["Important" (->block "important")]