mftsccs-browser 1.1.9 → 1.1.10

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/bundle.js CHANGED
@@ -4798,6 +4798,8 @@ class ConnectionOfNode extends _NodePrimitive__WEBPACK_IMPORTED_MODULE_0__.NodeP
4798
4798
  addNode(passedNode, node, height) {
4799
4799
  if (node == null) {
4800
4800
  node = passedNode;
4801
+ let event = new Event(`${passedNode.key}`);
4802
+ dispatchEvent(event);
4801
4803
  return node;
4802
4804
  }
4803
4805
  let LeftNode = node.leftNode;