mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix stopwatch example
This commit is contained in:
@@ -31,7 +31,10 @@ class Focusable1(Focusable):
|
||||
|
||||
class Focusable2(Focusable):
|
||||
CSS = ""
|
||||
BINDINGS = [("b", "app.bell", "Beep"), ("f1", "app.quit", "QUIT")]
|
||||
BINDINGS = [
|
||||
("b", "app.bell", "Beep"),
|
||||
("f1", "app.quit", "QUIT"),
|
||||
]
|
||||
|
||||
def render(self) -> str:
|
||||
return repr(self)
|
||||
|
||||
Reference in New Issue
Block a user