lilium-text
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -788,3 +788,3 @@ "use strict"; | ||
if (ctxElem && ctxElem.nextElementSibling) { | ||
var curParag = ctxElem.element; | ||
var curParag = ctxElem; | ||
if (curParag) { | ||
@@ -791,0 +791,0 @@ curParag.parentElement.insertBefore(element, curParag.nextElementSibling); |
@@ -636,3 +636,3 @@ class LiliumTextCommand { | ||
if (ctxElem && ctxElem.nextElementSibling) { | ||
const curParag = ctxElem.element; | ||
const curParag = ctxElem; | ||
if (curParag) { | ||
@@ -639,0 +639,0 @@ curParag.parentElement.insertBefore(element, curParag.nextElementSibling); |
{ | ||
"name": "lilium-text", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Web rich text editor. Not ready to be used at all.", | ||
@@ -5,0 +5,0 @@ "main": "build/liliumtext.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1378773