mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 20:48:26 +02:00
Remove ^:const usage.
This commit is contained in:
parent
d7f21dc130
commit
f1955c2a7c
26 changed files with 65 additions and 65 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
;; --- Shortcuts
|
||||
|
||||
(defonce ^:const +shortcuts+
|
||||
(defonce +shortcuts+
|
||||
{:shift+g #(rs/emit! (dw/toggle-flag :grid))
|
||||
:ctrl+g #(rs/emit! (uds/group-selected))
|
||||
:ctrl+shift+g #(rs/emit! (uds/degroup-selected))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue