mirror of
https://github.com/penpot/penpot.git
synced 2026-09-19 02:16:14 +00:00
🐛 Display cursor on page load when WebGL is active (#11770)
This commit is contained in:
parent
8124ecf148
commit
617bf195cf
@ -648,7 +648,7 @@
|
||||
(wasm.api/set-shape-hidden false)
|
||||
(wasm.api/request-render "stop-path-edition")))))
|
||||
|
||||
[:div {:class (stl/css :viewport) :style #js {"--zoom" zoom} :data-testid "viewport"}
|
||||
[:div {:class (dm/str @cursor " " (stl/css :viewport)) :style #js {"--zoom" zoom} :data-testid "viewport"}
|
||||
|
||||
(cond
|
||||
(some? preview-id)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user