diff options
Diffstat (limited to 'src/layout')
| -rw-r--r-- | src/layout/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index b404da16..1493152f 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -2258,8 +2258,6 @@ impl<W: LayoutElement> Layout<W> { .find(|ws| ws.id() == ws_id) .unwrap(); - // TODO: empty workspaces need to reset their view position right away for this to - // look right. let position = ws.get_insert_position(move_.pointer_pos_within_output - offset); ws.set_insert_hint(InsertHint { position, |
