Phase 3.4-3.7: evaluate_vdom_incr with dirty_set propagation, tests for ReactiveTracker
This commit is contained in:
@@ -54,13 +54,15 @@ impl GlintApp {
|
||||
_ => {}
|
||||
}
|
||||
|
||||
self.vdom_roots = Interpreter::evaluate_vdom(
|
||||
let dirty_set = self.doc.tracker.take_dirty_set();
|
||||
self.vdom_roots = Interpreter::evaluate_vdom_incr(
|
||||
&self.doc.roots,
|
||||
&mut self.doc.variables,
|
||||
&self.doc.components,
|
||||
&self.rhei,
|
||||
&self.doc.stylesheet,
|
||||
&[],
|
||||
&dirty_set,
|
||||
);
|
||||
|
||||
iced::Task::none()
|
||||
|
||||
Reference in New Issue
Block a user