fix: rebuild a11y tree when rebuilding widget tree

This commit is contained in:
Ashley Wulber 2024-11-20 18:08:33 -05:00
parent eff664a035
commit c0473f8a91
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -963,7 +963,6 @@ async fn run_instance<P>(
else {
continue;
};
// TODO only redraw when requested by event...
window.redraw_requested = false;
let physical_size = window.state.physical_size();