mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 18:26:12 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
fc95443cc4
60 changed files with 1370 additions and 1050 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
(ns app.main.ui.viewer
|
||||
(:require
|
||||
[app.common.colors :as clr]
|
||||
[app.common.data :as d]
|
||||
[app.common.exceptions :as ex]
|
||||
[app.common.geom.point :as gpt]
|
||||
|
@ -149,6 +150,7 @@
|
|||
|
||||
(mf/use-effect
|
||||
(fn []
|
||||
(dom/set-html-theme-color clr/gray-50 "dark")
|
||||
(let [key1 (events/listen js/window "click" on-click)
|
||||
key2 (events/listen (mf/ref-val viewer-section-ref) "scroll" on-scroll)]
|
||||
(fn []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue