mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
apply request to page appended
This commit is contained in:
parent
6ccaf9d4c5
commit
7d638c3b76
@ -105,10 +105,11 @@ impl Tab {
|
|||||||
// Register dynamically created tab components in the HashMap index
|
// Register dynamically created tab components in the HashMap index
|
||||||
index.borrow_mut().insert(item.id(), item.clone());
|
index.borrow_mut().insert(item.id(), item.clone());
|
||||||
|
|
||||||
// Set navigation request
|
// Apply request
|
||||||
if let Some(variant) = request {
|
if let Some(variant) = request {
|
||||||
if let Some(value) = variant.get::<String>() {
|
if let Some(value) = variant.get::<String>() {
|
||||||
item.set_page_navigation_request_text(value.as_str())
|
item.set_page_navigation_request_text(value.as_str());
|
||||||
|
item.page_navigation_reload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user