mirror of
https://github.com/danbulant/cushy
synced 2026-07-07 12:10:44 +00:00
Removing extra dbg statement
This commit is contained in:
parent
b33e06ac4e
commit
530f50e53c
1 changed files with 1 additions and 1 deletions
|
|
@ -894,7 +894,7 @@ where
|
||||||
)
|
)
|
||||||
.saturating_abs();
|
.saturating_abs();
|
||||||
let cursor = Cursor {
|
let cursor = Cursor {
|
||||||
offset: if dbg!(relative.x) <= rect.size.width / 3 {
|
offset: if relative.x <= rect.size.width / 3 {
|
||||||
glyph.info.start
|
glyph.info.start
|
||||||
} else {
|
} else {
|
||||||
glyph.info.end
|
glyph.info.end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue