diagram-js-direct-editing
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -9,2 +9,7 @@ # Changelog | ||
## 1.2.2 | ||
_This reverts v1.2.1._ | ||
## 1.2.1 | ||
@@ -11,0 +16,0 @@ |
@@ -156,3 +156,3 @@ import { | ||
content.textContent = value; | ||
content.innerText = value; | ||
@@ -416,3 +416,3 @@ domEvent.bind(content, 'keydown', this.keyHandler); | ||
TextBox.prototype.getValue = function() { | ||
return this.content.textContent; | ||
return this.content.innerText; | ||
}; | ||
@@ -419,0 +419,0 @@ |
{ | ||
"name": "diagram-js-direct-editing", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Direct editing support for diagram-js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
18332