mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 08:41:38 +02:00
WIP: partial grid.
This commit is contained in:
parent
64c9360b38
commit
a2c313dfc0
6 changed files with 266 additions and 60 deletions
|
@ -111,6 +111,12 @@
|
|||
(assoc state key local-state)))
|
||||
}))
|
||||
|
||||
|
||||
(def static
|
||||
{:should-update
|
||||
(fn [old-state new-state]
|
||||
(not= (:rum/props old-state) (:rum/props new-state)))})
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Lenses & Helpers
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue