1
0
Fork 0
forked from wry/wry

tree: refactor latch event dispatch

This commit is contained in:
Julian Orth 2024-09-11 17:46:31 +02:00
parent ada4e5a5f0
commit 01331afc6d
3 changed files with 9 additions and 4 deletions

View file

@ -174,7 +174,7 @@ impl MetalConnector {
self.latch_cursor(&node)?;
let cursor_programming = self.compute_cursor_programming();
let latched = self.latch(&node);
node.schedule.latched();
node.latched();
if cursor_programming.is_none() && latched.is_none() {
return Ok(());