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()
|
||||
|
||||
if not target or target in self.bottom_list:
|
||||
self.action = target
|
||||
break
|
||||
if target and target == self.separator:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in New Issue