fix: wrong fn

This commit is contained in:
Tienson Qin
2021-04-25 11:31:21 +08:00
parent 45533ce77b
commit b4b3f30305

View File

@@ -2384,7 +2384,7 @@
* when in edit mode but no text selected, copy current block ref
* when in edit mode with text selected, copy selected text as normal"
[e]
(when-not (state/auto-complete?)
(when-not (auto-complete?)
(cond
(state/selection?)
(shortcut-copy-selection e)
@@ -2435,4 +2435,3 @@
:else
(select-first-last direction)))))