mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove comments
This commit is contained in:
@@ -520,12 +520,10 @@ class App(DOMNode):
|
||||
try:
|
||||
if sync_available:
|
||||
console.file.write("\x1bP=1s\x1b\\")
|
||||
# renderable = self.screen._compositor.render(console)
|
||||
# console.print(renderable)
|
||||
console.print(
|
||||
ScreenRenderable(
|
||||
Control.home(), self.screen._compositor, Control.home()
|
||||
),
|
||||
)
|
||||
)
|
||||
if sync_available:
|
||||
console.file.write("\x1bP=2s\x1b\\")
|
||||
|
||||
Reference in New Issue
Block a user