🎉 Picker shortcut

This commit is contained in:
alonso.torres 2020-09-10 14:06:46 +02:00 committed by Alonso Torres
parent f8b3baef3f
commit 726cdb9a27
23 changed files with 236 additions and 110 deletions

View file

@ -89,6 +89,9 @@
(def picked-color-select
(l/derived :picked-color-select workspace-local))
(def picked-shift?
(l/derived :picked-shift? workspace-local))
(def workspace-layout
(l/derived :workspace-layout st/state))