Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
alonso.torres 2022-04-22 14:46:22 +02:00
commit fc95443cc4
60 changed files with 1370 additions and 1050 deletions

View file

@ -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 []