瀏覽代碼

fix: tweaked /Query ux so that users can see query builder immediately

Keyboard users can still type query beforehand and then type `/Query`.
Part of LOG-3249
Gabriel Horner 1 年之前
父節點
當前提交
3d7269e7b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/commands.cljs

+ 1 - 1
src/main/frontend/commands.cljs

@@ -142,7 +142,7 @@
   []
   [[:editor/input "" {:last-pattern command-trigger}]
    [:editor/set-property :block/tags :logseq.class/Query]
-   [:editor/set-property :logseq.property/query ""]])
+   [:editor/exit]])
 
 (defn file-based-query
   []