Skip to content

Commit

Permalink
client-rect should not convert to dom coords
Browse files Browse the repository at this point in the history
  • Loading branch information
timothypratley authored and Chouser committed Oct 13, 2024
1 parent aeb6002 commit 2125f3e
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 308 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:paths ["src" "example"]
:aliases
{:dev {:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.18"}
org.slf4j/slf4j-nop {:mvn/version "2.0.6"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}
devcards/devcards {:mvn/version "0.2.7"}}
:extra-paths ["env/dev" "test" "target"]
:main-opts
Expand All @@ -12,5 +12,5 @@
org.slf4j/slf4j-nop {:mvn/version "1.7.32"}}
:main-opts
["-m" "depot.outdated.main"]}}
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojurescript {:mvn/version "1.11.60"}}}
:deps {org.clojure/clojure {:mvn/version "1.11.4"}
org.clojure/clojurescript {:mvn/version "1.11.132"}}}
Loading

0 comments on commit 2125f3e

Please sign in to comment.