Merge remote-tracking branch 'origin/main' into fewer-context-traits
This commit is contained in:
commit
7ca412ade3
81 changed files with 1578 additions and 654 deletions
|
@ -419,6 +419,11 @@ impl<'a> WindowContext<'a> {
|
|||
.map(|action_type| (action_type, depth)),
|
||||
);
|
||||
}
|
||||
} else {
|
||||
log::error!(
|
||||
"view {} not found when computing available actions",
|
||||
view_id
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue