beta-glozic-workflow 1.38.0 → 1.40.0
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1062,7 +1062,7 @@ class Designer extends _react.Component {
|
|
|
1062
1062
|
const titleElement = node.querySelector('.task-palette-title');
|
|
1063
1063
|
if (titleElement) {
|
|
1064
1064
|
if (!titleElement.innerHTML.includes("(".concat(nodeId, ")"))) {
|
|
1065
|
-
titleElement.innerHTML += " <br>
|
|
1065
|
+
titleElement.innerHTML += " <br> <span style=\"font-size: 10px;\">(".concat(nodeId, ")<span/>");
|
|
1066
1066
|
}
|
|
1067
1067
|
}
|
|
1068
1068
|
if (position && position.length) {
|