Skip to content

Commit

Permalink
fix: Remove text referencing centered rect (#470)
Browse files Browse the repository at this point in the history
Centered Rect is defined in the tutorial in ./ui.md
  • Loading branch information
kdheepak authored Feb 24, 2024
1 parent e768977 commit 5a786e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/content/docs/tutorials/json-editor/ui-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ create the appearance of a popup.
## Popup area and title

The first thing we will do, is draw the `Block` that will contain the popup. We will give this
`Block` a title to display as well to explain to the user what it is. (We will cover `centered_rect`
below)
`Block` a title to display as well to explain to the user what it is.

```rust
{{#include @code/ratatui-json-editor-app/src/ui.rs:editing_popup}}
Expand Down

0 comments on commit 5a786e5

Please sign in to comment.