Replace WindowContext::notify with WindowContext::refresh
This commit is contained in:
@@ -698,7 +698,7 @@ mod element {
|
||||
|
||||
// todo!(schedule serialize)
|
||||
// workspace.schedule_serialize(cx);
|
||||
cx.notify();
|
||||
cx.refresh();
|
||||
}
|
||||
|
||||
fn push_handle(
|
||||
|
||||
Reference in New Issue
Block a user