fix: extra blank row appear when insert table #162
This commit is contained in:
@@ -465,7 +465,7 @@ export class CommandAdapt {
|
||||
}
|
||||
const element: IElement = {
|
||||
type: ElementType.TABLE,
|
||||
value: ZERO,
|
||||
value: !startIndex ? '' : ZERO,
|
||||
colgroup,
|
||||
trList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user