remove extras

This commit is contained in:
yggverse 2025-01-19 13:13:39 +02:00
parent 7ecedc6f03
commit ce9695f2d0

View File

@ -461,7 +461,7 @@ fn handle(page: &Rc<Page>, response: client::Response) {
});
page.title.replace("Titan input".into());
}
};
}
page.status.replace(Status::Input { time: now() });
page.browser_action.update.activate(Some(&page.id));
}