mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 14:01:39 +02:00
♻️ Removed unused code. Fixed problem with alt key
This commit is contained in:
parent
fb05999e9e
commit
897b3d3f39
4 changed files with 6 additions and 18 deletions
|
@ -36,11 +36,8 @@
|
|||
(when verify?
|
||||
(us/verify ::spec/changes items))
|
||||
|
||||
(reduce #(do
|
||||
#_(prn "process-change" (:type %2) (:id %2))
|
||||
(or (process-change %1 %2) %1))
|
||||
data
|
||||
items)))
|
||||
(->> items
|
||||
(reduce #(or (process-change %1 %2) %1) data))))
|
||||
|
||||
(defmethod process-change :set-option
|
||||
[data {:keys [page-id option value]}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue