mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 20:46:38 +08:00
fix(editor): extra line breaks and spaces when parsing table from html (#10190)
close: BS-2562, BS-2569
This commit is contained in:
@@ -41,7 +41,7 @@ export const tableBlockHtmlAdapterMatcher: BlockHtmlAdapterMatcher = {
|
||||
},
|
||||
'children'
|
||||
);
|
||||
walkerContext.skipChildren();
|
||||
walkerContext.skipAllChildren();
|
||||
}
|
||||
},
|
||||
leave: (o, context) => {
|
||||
|
||||
Reference in New Issue
Block a user