mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove comments
This commit is contained in:
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [0.11.0] - Unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed stuck screen https://github.com/Textualize/textual/issues/1632
|
||||
|
||||
## [0.10.1] - 2023-01-20
|
||||
|
||||
### Added
|
||||
|
||||
@@ -2017,12 +2017,6 @@ class App(Generic[ReturnType], DOMNode):
|
||||
await self._close_messages()
|
||||
|
||||
async def _on_resize(self, event: events.Resize) -> None:
|
||||
# print(self.screen, self._screen_stack)
|
||||
# print(self.screen.size)
|
||||
# print(self.screen.is_running)
|
||||
# print((self.screen._message_queue))
|
||||
# print(self.screen._active_message)
|
||||
# print(self.screen._task)
|
||||
event.stop()
|
||||
await self.screen.post_message(event)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user