Add performance refactor to component-annotaton react component

This commit is contained in:
Andrey Antukh 2024-02-28 18:08:04 +01:00 committed by Alonso Torres
parent 60962b58fe
commit a21a64aa10
3 changed files with 159 additions and 114 deletions

View file

@ -574,9 +574,6 @@
[id]
(l/derived #(get % id) workspace-grid-edition))
(def workspace-annotations
(l/derived #(get % :workspace-annotations {}) st/state))
(def current-file-id
(l/derived :current-file-id st/state))