mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
fix grideditor bug
This commit is contained in:
parent
8cbb67ac70
commit
9b5a8af12d
@ -129,6 +129,8 @@ class GridWalker(urwid.ListWalker):
|
||||
if emsg:
|
||||
self.editor.master.statusbar.message(emsg, 1000)
|
||||
errors.add(self.focus_col)
|
||||
else:
|
||||
errors.discard(self.focus_col)
|
||||
|
||||
row = list(self.lst[self.focus][0])
|
||||
row[self.focus_col] = val
|
||||
|
Loading…
Reference in New Issue
Block a user