fix text
This commit is contained in:
parent
913b56da99
commit
f356a05fbf
@ -389,7 +389,7 @@ class TableEditor(App):
|
|||||||
|
|
||||||
# found at https://github.com/Textualize/textual/discussions/1654
|
# found at https://github.com/Textualize/textual/discussions/1654
|
||||||
self._driver.stop_application_mode()
|
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.refresh()
|
||||||
self._driver.start_application_mode()
|
self._driver.start_application_mode()
|
||||||
if new_text is not None:
|
if new_text is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user