0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 00:19:07 -05:00

💄 Minor changes.

This commit is contained in:
Andrey Antukh 2020-03-17 12:47:35 +01:00 committed by Alonso Torres
parent 9e51f6baad
commit 371ff5e019

View file

@ -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)