You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically Cull Empty Panes When Traveling Away (#150)
* Added option to automatically cull empty panes when moving away from them (configured via "destroy_empty_panes", defaults to False)
* simplified has_content logic into in-place check for any open views
* update `window.get_layout()` to newer `window.layout()`