@easy-editor/core 0.0.5 → 0.0.7

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.
@@ -8588,7 +8588,7 @@ class Simulator {
8588
8588
  const {
8589
8589
  rootNode
8590
8590
  } = documentModel;
8591
- const node = getClosestClickableNode(nodeInst?.node || rootNode, downEvent);
8591
+ const node = getClosestClickableNode(nodeInst?.node, downEvent);
8592
8592
  if (!node) {
8593
8593
  return;
8594
8594
  }