Fix mention highlighting
The mention color would sometimes go until the end of the line because splitting Styled-s was buggy.
This commit is contained in:
parent
2dfdbbb4d2
commit
56507b4875
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1248,7 +1248,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "toss"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Garmelon/toss.git?rev=26a8936cf50ee4b775fd4d1bf96f1b3077421e5c#26a8936cf50ee4b775fd4d1bf96f1b3077421e5c"
|
||||
source = "git+https://github.com/Garmelon/toss.git?rev=dfc10f9d092bf9ac85a8718f1b80df28aeb0ec23#dfc10f9d092bf9ac85a8718f1b80df28aeb0ec23"
|
||||
dependencies = [
|
||||
"crossterm",
|
||||
"unicode-linebreak",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ features = ["rustls-tls-native-roots"]
|
|||
|
||||
[dependencies.toss]
|
||||
git = "https://github.com/Garmelon/toss.git"
|
||||
rev = "26a8936cf50ee4b775fd4d1bf96f1b3077421e5c"
|
||||
rev = "dfc10f9d092bf9ac85a8718f1b80df28aeb0ec23"
|
||||
|
||||
# [patch."https://github.com/Garmelon/toss.git"]
|
||||
# toss = { path = "../toss/" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue