mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 15:48:32 +02:00
🐛 Review fixes
This commit is contained in:
parent
73dbad9c58
commit
568f7f5b3d
4 changed files with 2 additions and 6103 deletions
|
@ -205,7 +205,7 @@
|
|||
(js/URL.createObjectURL b))
|
||||
|
||||
(defn set-css-property [node property value]
|
||||
(.setProperty (.-style node) property value))
|
||||
(.setProperty (.-style ^js node) property value))
|
||||
|
||||
(defn capture-pointer [event]
|
||||
(-> event get-target (.setPointerCapture (.-pointerId event))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue