Fixed bug where Browse didn't work the first time you visit it

This commit is contained in:
Sumner Evans
2020-02-20 19:57:53 -07:00
parent 495abc3d51
commit a160d6dbaa

View File

@@ -76,7 +76,7 @@ class BrowsePanel(Gtk.Overlay):
def calculate_path(update_order_token): def calculate_path(update_order_token):
if state.selected_browse_element_id is None: if state.selected_browse_element_id is None:
return [] return [], update_order_token
id_stack = [] id_stack = []
directory = None directory = None