We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e59f18 commit 6378a75Copy full SHA for 6378a75
1 file changed
internal_filesystem/lib/mpos/ui/keyboard.py
@@ -254,7 +254,7 @@ def __getattr__(self, name):
254
255
def scroll_after_show(self, timer):
256
self._keyboard.scroll_to_view_recursive(True)
257
- self._textarea.scroll_to_view_recursive(True)
+ #self._textarea.scroll_to_view_recursive(True) # makes sense but doesn't work and breaks the keyboard scroll
258
259
def scroll_back_after_hide(self, timer):
260
self._parent.scroll_to_y(self._saved_scroll_y, True)
0 commit comments