0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-01 09:31:26 -05:00

🐛 Fix develop branch after merge

This commit is contained in:
Alejandro Alonso 2023-03-24 13:06:16 +01:00
parent 4fad2ab619
commit a4dd5fccff

View file

@ -354,7 +354,6 @@
(dom/set-html-title (str "\u25b6 " (tr "title.viewer" name))))))
(mf/with-effect []
(dom/set-html-theme-color clr/gray-50 "dark")
(let [events
[(events/listen globals/window EventType.CLICK on-click)
(events/listen (mf/ref-val viewer-section-ref) EventType.WHEEL on-wheel #js {"passive" false})]]