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,
|
DirectoryTree,
|
||||||
Input,
|
Input,
|
||||||
ListView,
|
ListView,
|
||||||
|
Markdown,
|
||||||
|
MarkdownViewer,
|
||||||
Switch,
|
Switch,
|
||||||
TextLog,
|
TextLog,
|
||||||
Tree,
|
Tree,
|
||||||
@@ -28,6 +30,8 @@ class DisableApp(App[None]):
|
|||||||
Switch(),
|
Switch(),
|
||||||
TextLog(),
|
TextLog(),
|
||||||
Tree("Test"),
|
Tree("Test"),
|
||||||
|
Markdown(),
|
||||||
|
MarkdownViewer(),
|
||||||
id="test-container",
|
id="test-container",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user