mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 00:19:07 -05:00
💄 Minor changes.
This commit is contained in:
parent
9e51f6baad
commit
371ff5e019
1 changed files with 3 additions and 2 deletions
|
@ -65,8 +65,9 @@
|
|||
(mf/defc header
|
||||
[{:keys [page file layout] :as props}]
|
||||
(let [toggle-layout #(st/emit! (dw/toggle-layout-flag %))
|
||||
on-undo #(st/emit! (udu/undo))
|
||||
on-redo #(st/emit! (udu/redo))
|
||||
on-undo (constantly nil)
|
||||
on-redo (constantly nil)
|
||||
|
||||
on-image #(modal/show! import-image-modal {})
|
||||
;;on-download #(udl/open! :download)
|
||||
selected-drawtool (mf/deref refs/selected-drawing-tool)
|
||||
|
|
Loading…
Add table
Reference in a new issue