Replace WindowContext::notify
with WindowContext::refresh
This commit is contained in:
parent
d0c101cb6e
commit
2923b71f83
11 changed files with 35 additions and 30 deletions
|
@ -698,7 +698,7 @@ mod element {
|
|||
|
||||
// todo!(schedule serialize)
|
||||
// workspace.schedule_serialize(cx);
|
||||
cx.notify();
|
||||
cx.refresh();
|
||||
}
|
||||
|
||||
fn push_handle(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue