mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
Don't autocomplete tags within backtick Fix #6135
Also fix autocompleting while cursor is part of a word
This commit is contained in:
@@ -2758,7 +2758,7 @@
|
||||
(do (util/stop e)
|
||||
(autopair input-id key format nil))
|
||||
|
||||
hashtag?
|
||||
(and hashtag? (re-find #"\s+$" value))
|
||||
(do
|
||||
(commands/handle-step [:editor/search-page-hashtag])
|
||||
(if (= key "#")
|
||||
|
||||
Reference in New Issue
Block a user