floating: Comment on toggle-full-width status

This commit is contained in:
Ivan Molodetskikh
2024-12-26 09:03:16 +03:00
parent 28b78a563b
commit 31f0e66f45
+2 -1
View File
@@ -966,8 +966,9 @@ impl<W: LayoutElement> Workspace<W> {
}
pub fn toggle_full_width(&mut self) {
// TODO
if self.floating_is_active.get() {
// Leave this unimplemented for now. For good UX, this probably needs moving the tile
// to be against the left edge of the working area while it is full-width.
return;
}
self.scrolling.toggle_full_width();