@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.
package/dist/esm/index.js CHANGED
@@ -8586,7 +8586,7 @@ class Simulator {
8586
8586
  const {
8587
8587
  rootNode
8588
8588
  } = documentModel;
8589
- const node = getClosestClickableNode(nodeInst?.node || rootNode, downEvent);
8589
+ const node = getClosestClickableNode(nodeInst?.node, downEvent);
8590
8590
  if (!node) {
8591
8591
  return;
8592
8592
  }