fix(editor): enumerate ancestors (#9540)

This commit is contained in:
fourdim
2025-01-07 11:40:10 +00:00
parent 440239809c
commit ebaceb481d
3 changed files with 64 additions and 2 deletions

View File

@@ -228,6 +228,9 @@ export class ASTWalker<ONode extends object, TNode extends object | never> {
}
if (this.context._skip) {
if (this._leave) {
await this._leave(o, this.context);
}
return;
}