mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +07:00
Remove extra `` in comment
This commit is contained in:
+1
-1
@@ -290,7 +290,7 @@ impl State {
|
|||||||
}
|
}
|
||||||
Action::ChangeVt(vt) => {
|
Action::ChangeVt(vt) => {
|
||||||
self.backend.change_vt(vt);
|
self.backend.change_vt(vt);
|
||||||
// Changing `VT` may not deliver the key releases, so clear the state.
|
// Changing VT may not deliver the key releases, so clear the state.
|
||||||
self.niri.suppressed_keys.clear();
|
self.niri.suppressed_keys.clear();
|
||||||
}
|
}
|
||||||
Action::Suspend => {
|
Action::Suspend => {
|
||||||
|
|||||||
Reference in New Issue
Block a user