mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 00:31:39 +02:00
✨ Methods for comments
This commit is contained in:
parent
dd0c5b7806
commit
fb39dd5440
8 changed files with 391 additions and 80 deletions
|
@ -368,7 +368,33 @@
|
|||
(openPage
|
||||
[_ page]
|
||||
(let [id (obj/get page "$id")]
|
||||
(st/emit! (dw/go-to-page id)))))
|
||||
(st/emit! (dw/go-to-page id))))
|
||||
|
||||
(alignHorizontal
|
||||
[_ _shapes _direction]
|
||||
;; TODO
|
||||
)
|
||||
|
||||
(alignVertical
|
||||
[_ _shapes _direction]
|
||||
;; TODO
|
||||
)
|
||||
|
||||
(distributeHorizontal
|
||||
[_ _shapes]
|
||||
;; TODO
|
||||
)
|
||||
|
||||
(distributeVertical
|
||||
[_ _shapes]
|
||||
;; TODO
|
||||
)
|
||||
|
||||
(flatten
|
||||
[_ _shapes]
|
||||
;; TODO
|
||||
)
|
||||
)
|
||||
|
||||
(defn create-context
|
||||
[plugin-id]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue