mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
Change TODO to FIXME
This commit is contained in:
@@ -113,7 +113,7 @@ impl PointerGrab<State> for MoveGrab {
|
||||
.output_under(handle.current_location())
|
||||
.map(|(output, _)| output)
|
||||
.cloned();
|
||||
// TODO: workspace switch gesture.
|
||||
// FIXME: workspace switch gesture.
|
||||
if let Some(output) = output {
|
||||
self.is_moving = true;
|
||||
data.niri.layout.view_offset_gesture_begin(&output, false);
|
||||
|
||||
Reference in New Issue
Block a user