mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add Markdown and MarkdownViewer to the disabled property test
This commit is contained in:
@@ -8,6 +8,8 @@ from textual.widgets import (
|
||||
DirectoryTree,
|
||||
Input,
|
||||
ListView,
|
||||
Markdown,
|
||||
MarkdownViewer,
|
||||
Switch,
|
||||
TextLog,
|
||||
Tree,
|
||||
@@ -28,6 +30,8 @@ class DisableApp(App[None]):
|
||||
Switch(),
|
||||
TextLog(),
|
||||
Tree("Test"),
|
||||
Markdown(),
|
||||
MarkdownViewer(),
|
||||
id="test-container",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user