@disputas/diagram
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -63,3 +63,6 @@ 'use strict'; | ||
React__default["default"].createElement("legend", { className: diagram_module.tag }, displayId), | ||
React__default["default"].createElement("textarea", { className: diagram_module.content, value: _description, onChange: function (e) { return setDescription(e.target.value); }, ref: editorRef, readOnly: proposition.readOnly, onFocus: function () { return setIsFocused(true); }, onBlur: function () { | ||
React__default["default"].createElement("textarea", { className: diagram_module.content, value: _description, onChange: function (e) { return setDescription(e.target.value); }, ref: editorRef, readOnly: proposition.readOnly, onFocus: function () { | ||
events.dispatchEvent(events.NodeClick(propositionId)); | ||
setIsFocused(true); | ||
}, onBlur: function () { | ||
if (editorRef.current) | ||
@@ -66,0 +69,0 @@ editorRef.current.scrollTop = 0; |
{ | ||
"name": "@disputas/diagram", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "D3 and Dagre based diagram", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
58236
1206