tree: refactor latch event dispatch
This commit is contained in:
parent
ada4e5a5f0
commit
01331afc6d
3 changed files with 9 additions and 4 deletions
|
|
@ -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(());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue