diff --git a/src/formats/table.js b/src/formats/table.js index 73bb066..4c2b657 100644 --- a/src/formats/table.js +++ b/src/formats/table.js @@ -102,8 +102,8 @@ class TableCellLine extends Block { } } TableCellLine.blotName = "table-cell-line" -TableCellLine.ClassName = "qlbt-cell-line" -TableCellLine.tagName = "DIV" +TableCellLine.className = "qlbt-cell-line" +TableCellLine.tagName = "P" class TableCell extends Container { checkMerge() {