mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(editor): enumerate ancestors (#9540)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user