@lingxiteam/lcdp-ueditor-react 1.0.0-alpha.15 → 1.0.0-alpha.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -16435,6 +16435,7 @@ UE.plugins["paragraph"] = function () {
|
|
|
16435
16435
|
me.commands["paragraph"] = {
|
|
16436
16436
|
execCommand: function execCommand(cmdName, style, attrs, sourceCmdName) {
|
|
16437
16437
|
var range = this.selection.getRange();
|
|
16438
|
+
var pN;
|
|
16438
16439
|
//闭合时单独处理
|
|
16439
16440
|
if (range.collapsed) {
|
|
16440
16441
|
var txt = this.document.createTextNode("p");
|