Browse Source

fix: commands palette not work

close #2803
Tienson Qin 4 năm trước cách đây
mục cha
commit
2ebf09780a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/main/frontend/components/command_palette.cljs

+ 2 - 1
src/main/frontend/components/command_palette.cljs

@@ -66,4 +66,5 @@
       (state/set-modal!
        #(command-palette {:commands (cp/get-commands)})
        {:fullscreen? false
-        :close-btn?  false}))))
+        :close-btn?  false}))
+    nil))