mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
fix: rm space when showing template popup
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user