Skip to content

Commit

Permalink
[bugfix]Replace TableCellLine.tagName from DIV to P
Browse files Browse the repository at this point in the history
  • Loading branch information
luowei authored and luowei committed Jun 30, 2020
1 parent 071a1ac commit 353fa78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/formats/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 353fa78

Please sign in to comment.