We make the last action available beyond the run loop, so we can check why run was exited (#1066)
This commit is contained in:
parent
bbedc0bb19
commit
99dfa7368d
|
|
@ -169,6 +169,7 @@ class ListManager:
|
||||||
skip_empty_entries=True).run()
|
skip_empty_entries=True).run()
|
||||||
|
|
||||||
if not target or target in self.bottom_list:
|
if not target or target in self.bottom_list:
|
||||||
|
self.action = target
|
||||||
break
|
break
|
||||||
if target and target == self.separator:
|
if target and target == self.separator:
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue