mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix for simple case
This commit is contained in:
@@ -12,7 +12,7 @@ TEXT = Text.from_markup(lorem)
|
||||
|
||||
|
||||
class TextWidget(Widget):
|
||||
def render(self, style):
|
||||
def render(self):
|
||||
return TEXT
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user