Changes after review

This commit is contained in:
alonso.torres 2020-09-10 21:34:58 +02:00 committed by Alonso Torres
parent e737ec0311
commit d6fc98c70b
7 changed files with 87 additions and 69 deletions

View file

@ -80,18 +80,6 @@
(def current-hover
(l/derived :hover workspace-local))
(def picking-color?
(l/derived :picking-color? workspace-local))
(def picked-color
(l/derived :picked-color workspace-local))
(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))