@flowgram.ai/renderer 0.1.0-alpha.23 → 0.1.0-alpha.24

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
@@ -2804,7 +2804,9 @@ var FlowSelectorBoundsLayer = class extends Layer9 {
2804
2804
  if (this.options.backgroundClassName) {
2805
2805
  this.selectBoundsBackground.classList.add(this.options.backgroundClassName);
2806
2806
  }
2807
- const selectorBoundsLayer = domUtils8.createDivWithClass("gedit-playground-layer");
2807
+ const selectorBoundsLayer = domUtils8.createDivWithClass(
2808
+ "gedit-selector-bounds-background-layer gedit-playground-layer"
2809
+ );
2808
2810
  selectorBoundsLayer.appendChild(this.selectBoundsBackground);
2809
2811
  this.pipelineNode.insertBefore(selectorBoundsLayer, firstChild);
2810
2812
  }