Change TODO to FIXME

This commit is contained in:
Ivan Molodetskikh
2024-11-02 09:37:47 +03:00
parent 6632699e00
commit ef6af6adc1
+1 -1
View File
@@ -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);