Highlight on track hover

This commit is contained in:
alonso.torres 2023-09-11 14:14:22 +02:00
parent 495ba6e4a4
commit 322767701c
11 changed files with 134 additions and 41 deletions

View file

@ -126,6 +126,9 @@
[id]
(l/derived #(contains? % id) selected-shapes))
(def highlighted-shapes
(l/derived :highlighted workspace-local))
(def export-in-progress?
(l/derived :export-in-progress? export))