mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix focus grab on response area
This commit is contained in:
parent
42e91cdb7c
commit
5d63f49987
4 changed files with 6 additions and 18 deletions
|
|
@ -280,9 +280,7 @@ impl Page {
|
|||
let description = gformat!("{placeholder}");
|
||||
|
||||
// Make input form
|
||||
input.use_default(uri, Some(&description), Some(1024));
|
||||
input.show();
|
||||
// @TODO hide
|
||||
input.set_default(uri, Some(&description), Some(1024));
|
||||
|
||||
// Update meta
|
||||
meta.borrow_mut().status = Some(status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue