mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
export entire TextView widget reference to the Search component
This commit is contained in:
parent
e0cb5d7a0f
commit
8b65df99f4
8 changed files with 52 additions and 43 deletions
|
|
@ -575,7 +575,7 @@ impl Page {
|
|||
};
|
||||
|
||||
// Update `find` model with new buffer
|
||||
search.update(Some(text_widget.buffer));
|
||||
search.update(Some(text_widget.text_view));
|
||||
|
||||
// Update page meta
|
||||
meta.set_status(Status::Success)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue