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)
|
self._on_send(self._form)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def on_input(self, key):
|
def on_input(self, key, raw=False):
|
||||||
if key in self.key_func:
|
if key in self.key_func:
|
||||||
res = self.key_func[key]()
|
res = self.key_func[key]()
|
||||||
if res:
|
if res:
|
||||||
|
|
Loading…
Reference in a new issue