fix: extra blank row appear when insert table #162
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user