mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
enhance(ux): put pages before blocks when auto-complete node refs
We can improve it further to display horizontal split views for both pages and blocks on desktop.
This commit is contained in:
@@ -852,6 +852,7 @@
|
||||
{:class "text-xl bg-transparent border-none w-full outline-none px-3 py-3"
|
||||
:auto-focus true
|
||||
:autoComplete "off"
|
||||
:autoCapitalize false
|
||||
:placeholder (input-placeholder false)
|
||||
:ref #(when-not @input-ref (reset! input-ref %))
|
||||
:on-change debounced-on-change
|
||||
|
||||
Reference in New Issue
Block a user