Pause so that screenshots are not empty.

This commit is contained in:
Rodrigo Girão Serrão
2022-11-23 17:09:53 +00:00
parent e0b5722828
commit bc1298b85b
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ Let's look at a trivial Textual app.
=== "Output"
```{.textual path="docs/examples/guide/dom1.py"}
```{.textual path="docs/examples/guide/dom1.py" press="_"}
```
This example creates an instance of `ExampleApp`, which will implicitly create a `Screen` object. In DOM terms, the `Screen` is a _child_ of `ExampleApp`.