mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
extra chars
This commit is contained in:
@@ -449,7 +449,7 @@ class App(Generic[ReturnType], DOMNode):
|
|||||||
def _end_batch(self) -> None:
|
def _end_batch(self) -> None:
|
||||||
"""End a batch update."""
|
"""End a batch update."""
|
||||||
self._batch_count -= 1
|
self._batch_count -= 1
|
||||||
assert self._batch_count >= 0, "This won't happen if you use `batch_update` ="
|
assert self._batch_count >= 0, "This won't happen if you use `batch_update`"
|
||||||
if not self._batch_count:
|
if not self._batch_count:
|
||||||
try:
|
try:
|
||||||
self.screen.check_idle()
|
self.screen.check_idle()
|
||||||
|
|||||||
Reference in New Issue
Block a user