Fix an error on data_forms tab
This commit is contained in:
parent
67419b4a7f
commit
bab0a143a3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class DataFormsTab(Tab):
|
|||
self._on_send(self._form)
|
||||
return True
|
||||
|
||||
def on_input(self, key):
|
||||
def on_input(self, key, raw=False):
|
||||
if key in self.key_func:
|
||||
res = self.key_func[key]()
|
||||
if res:
|
||||
|
|
Loading…
Reference in a new issue