mirror of
https://github.com/penpot/penpot.git
synced 2025-07-15 02:27:17 +02:00
✨ Methods for comments
This commit is contained in:
parent
dd0c5b7806
commit
fb39dd5440
8 changed files with 391 additions and 80 deletions
|
@ -20,6 +20,14 @@
|
|||
|
||||
(deftype ViewportProxy [$plugin]
|
||||
Object
|
||||
(zoomReset [_]
|
||||
;;TODO
|
||||
)
|
||||
|
||||
(zoomToFitAll [_]
|
||||
;;TODO
|
||||
)
|
||||
|
||||
(zoomIntoView [_ shapes]
|
||||
(let [ids
|
||||
(->> shapes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue