fix: extra blank row appear when insert table #162

pr675
Hufe921 3 years ago
parent 6351b95646
commit 2f8c6b71d2

@ -465,7 +465,7 @@ export class CommandAdapt {
} }
const element: IElement = { const element: IElement = {
type: ElementType.TABLE, type: ElementType.TABLE,
value: ZERO, value: !startIndex ? '' : ZERO,
colgroup, colgroup,
trList trList
} }

Loading…
Cancel
Save