1
0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-05-15 23:56:38 +02:00

New rules styles, resize pages

This commit is contained in:
alonso.torres 2022-01-26 17:26:57 +01:00
parent 1599b2644a
commit ada837f7e4
12 changed files with 153 additions and 83 deletions
frontend/src

View file

@ -278,3 +278,8 @@
dw/reset-zoom
(dw/update-viewport-position {:x (constantly 0) :y (constantly 0)})))
(defn ^:export hide-ui
[]
(st/emit!
(dw/toggle-layout-flags :hide-ui)))