Skip to content

Commit

Permalink
Improve text selection handling of text input and add support for cop… (
Browse files Browse the repository at this point in the history
#111)

* Improve text selection handling of text input and add support for copy, cut and paste.

* Remove redundant casting to f64

* Code formatting
  • Loading branch information
presiyan-ivanov authored Sep 28, 2023
1 parent e8c1d33 commit eb5b680
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 58 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sha2 = "0.10.6"
bitflags = "2.2.1"
indexmap = "2"
rustc-hash = "1.1.0"
clipboard = "0.5.0"
smallvec = "1.10.0"
educe = "0.4.20"
taffy = "0.3.13"
Expand Down
Loading

0 comments on commit eb5b680

Please sign in to comment.