Go to file
Emilia Allison 67738543cc
Fix drag issue
These few lines of code are going to plague this project.
Transiently, this solution doesn't seem fast enough and
will "forget" that the mouse button is being held during
a drag.
I'm using mouseenter instead of mouseover because it
should trigger less often---this ought to be more efficient(?).
2023-05-20 22:51:32 -04:00
src Fix drag issue 2023-05-20 22:51:32 -04:00
.gitignore Initial 2023-05-11 17:49:03 -04:00
Cargo.lock Initial 2023-05-11 17:49:03 -04:00
Cargo.toml Initial 2023-05-11 17:49:03 -04:00
Dioxus.toml Initial 2023-05-11 17:49:03 -04:00