From 353fa78add00b03c7977aac7e582b29b92cb32be Mon Sep 17 00:00:00 2001 From: luowei Date: Wed, 1 Jul 2020 00:03:39 +0800 Subject: [PATCH] [bugfix]Replace TableCellLine.tagName from DIV to P --- src/formats/table.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {