fix: rm space when showing template popup

This commit is contained in:
Andelf
2021-11-24 10:37:30 +08:00
committed by Tienson Qin
parent 03cfc60a7e
commit fae3f73662

View File

@@ -377,6 +377,9 @@
postfix (subs edit-content current-pos)
postfix (if postfix-fn (postfix-fn postfix) postfix)
new-value (cond
(string/blank? postfix)
prefix
space?
(util/concat-without-spaces prefix postfix)