mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
⚡ Improved performand for text editing
This commit is contained in:
parent
f945a6e649
commit
b7d33041e8
24 changed files with 448 additions and 328 deletions
|
@ -401,3 +401,9 @@
|
|||
(defn thumbnail-frame-data
|
||||
[frame-id]
|
||||
(l/derived #(get % frame-id) thumbnail-data))
|
||||
|
||||
(def workspace-text-modifier
|
||||
(l/derived :workspace-text-modifier st/state))
|
||||
|
||||
(defn workspace-text-modifier-by-id [id]
|
||||
(l/derived #(get % id) workspace-text-modifier))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue