diff options
Diffstat (limited to 'src/view.zig')
| -rw-r--r-- | src/view.zig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view.zig b/src/view.zig index 191bcf8..aa35887 100644 --- a/src/view.zig +++ b/src/view.zig @@ -145,7 +145,8 @@ pub const View = struct { // If the view being unmapped is focused if (current_focus == view) { // Focus the previous view. This clears the focus if there are no visible views. - root.focusPrevView(); + // FIXME: must be fixed in next commit adding focus stack + //root.focusPrevView(); } } |
