This commit is contained in:
jpt 2025-05-19 22:06:44 -05:00
parent 913b56da99
commit f356a05fbf

View File

@ -389,7 +389,7 @@ class TableEditor(App):
# found at https://github.com/Textualize/textual/discussions/1654
self._driver.stop_application_mode()
new_text = get_text_from_editor(item.text)
new_text = get_text_from_editor(item.data["text"])
self.refresh()
self._driver.start_application_mode()
if new_text is not None: