mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix for horizontal scrolling
This commit is contained in:
@@ -208,7 +208,7 @@ class Calculator(GridView):
|
||||
class CalculatorApp(App):
|
||||
"""The Calculator Application"""
|
||||
|
||||
async def on_mount(self, event: events.Mount) -> None:
|
||||
async def on_mount(self) -> None:
|
||||
"""Mount the calculator widget."""
|
||||
await self.view.dock(Calculator())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user