Browse Source

fix: commands palette not work

close #2803
Tienson Qin 4 years ago
parent
commit
2ebf09780a
1 changed files with 2 additions and 1 deletions
  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))