inline-style-editor 1.2.6 → 1.2.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.
@@ -3547,7 +3547,6 @@ function instance($$self, $$props, $$invalidate) {
3547
3547
 
3548
3548
  function open(el, x, y) {
3549
3549
  udpatePageDimensions();
3550
- initAndGroup();
3551
3550
  if (el.classList.contains('overlay-over')) return overlayClicked(); else if (self.contains(el)) return;
3552
3551
  $$invalidate(4, selectedElemIndex = 0);
3553
3552
  $$invalidate(5, selectedRuleIndex = 0);
@@ -3575,6 +3574,8 @@ function instance($$self, $$props, $$invalidate) {
3575
3574
  const rect = getBoundingBoxInfos(el, 15);
3576
3575
  show(rect.left, rect.top);
3577
3576
  }
3577
+
3578
+ initAndGroup();
3578
3579
  }
3579
3580
 
3580
3581
  function close() {