fix: commands palette not work

close #2803
pull/2766/head
Tienson Qin 2021-09-12 18:56:27 +08:00
parent 2b80ced88d
commit 2ebf09780a
1 changed files with 2 additions and 1 deletions

View File

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