mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +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())
|
.output_under(handle.current_location())
|
||||||
.map(|(output, _)| output)
|
.map(|(output, _)| output)
|
||||||
.cloned();
|
.cloned();
|
||||||
// TODO: workspace switch gesture.
|
// FIXME: workspace switch gesture.
|
||||||
if let Some(output) = output {
|
if let Some(output) = output {
|
||||||
self.is_moving = true;
|
self.is_moving = true;
|
||||||
data.niri.layout.view_offset_gesture_begin(&output, false);
|
data.niri.layout.view_offset_gesture_begin(&output, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user