ui: fix keyboard lint

This commit is contained in:
Maxime Desroches
2025-08-02 00:24:52 -07:00
parent eb751a3804
commit 3ff874d6c2
-4
View File
@@ -119,10 +119,6 @@ class Keyboard(Widget):
self.clear()
self._render_return_status = 0
def reset(self):
self._render_return_status = -1
self.clear()
def _key_callback(self, k):
if k == ENTER_KEY:
self._render_return_status = 1