mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
Fix typo in comment
This commit is contained in:
+1
-1
@@ -1406,7 +1406,7 @@ impl State {
|
||||
// Move the mouse pointer here to avoid discontinuity.
|
||||
//
|
||||
// Plus, Wayland SDL2 currently warps the pointer into some weird
|
||||
// location on proximity out, so this shuold help it a little.
|
||||
// location on proximity out, so this should help it a little.
|
||||
if let Some(pos) = self.niri.tablet_cursor_location {
|
||||
self.move_cursor(pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user