mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🔥 Remove unused code.
This commit is contained in:
parent
1bde48730c
commit
65b579c6b6
3 changed files with 1 additions and 10 deletions
|
@ -121,12 +121,6 @@
|
|||
(def workspace-snap-data
|
||||
(l/derived :workspace-snap-data st/state))
|
||||
|
||||
;; TODO: BROKEN & TO BE REMOVED
|
||||
(def workspace-data
|
||||
(-> #(let [page-id (get-in % [:workspace-page :id])]
|
||||
(get-in % [:workspace-data page-id]))
|
||||
(l/derived st/state)))
|
||||
|
||||
(def workspace-page
|
||||
(l/derived (fn [state]
|
||||
(let [page-id (:current-page-id state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue