reset notice banner on page update

This commit is contained in:
yggverse 2025-03-05 16:55:38 +02:00
parent f7b653f36a
commit c8607e151a
4 changed files with 24 additions and 14 deletions

View file

@ -63,7 +63,7 @@ impl Item {
));
target_child.append(&page.navigation.g_box);
target_child.append(&page.notice);
target_child.append(&page.notice.banner);
target_child.append(&page.content.g_box);
target_child.append(&page.search.g_box);
target_child.append(&page.input.clamp);