mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:48:23 +02:00
WIP: add/remove pages from workspace.
This commit is contained in:
parent
9182244e88
commit
6595e95f12
3 changed files with 91 additions and 23 deletions
|
@ -7,3 +7,7 @@
|
|||
(defn prevent-default
|
||||
[e]
|
||||
(.preventDefault e))
|
||||
|
||||
(defn event->value
|
||||
[e]
|
||||
(.-value (.-target e)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue