Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHong88 committed May 30, 2022
2 parents 6a7d285 + 0ea1809 commit e184a24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/suneditor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suneditor",
"version": "2.43.7",
"version": "2.43.8",
"description": "Pure JavaScript based WYSIWYG web editor",
"author": "JiHong.Lee",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -5240,7 +5240,7 @@ export default function (context, pluginCallButtons, plugins, lang, options, _re
} else if (util.isFormatElement(node)) {
html += '<li>' +(node.innerHTML.trim() || '<br>') + '</li>';
} else if (util.isRangeFormatElement(node) && !util.isTable(node)) {
html += event._convertListCell(node);
html += this._convertListCell(node);
} else {
html += '<li>' + node.outerHTML + '</li>';
}
Expand Down

0 comments on commit e184a24

Please sign in to comment.