saltfish 0.2.30 → 0.2.31

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.
@@ -3710,7 +3710,6 @@ class ShadowDOMManager {
3710
3710
  this.shadowRoot.appendChild(this.styleElement);
3711
3711
  const rootElement = document.createElement("div");
3712
3712
  rootElement.id = "sf-player-root";
3713
- rootElement.style.opacity = "0";
3714
3713
  this.shadowRoot.appendChild(rootElement);
3715
3714
  }
3716
3715
  /**
@@ -9576,9 +9575,6 @@ class UIManager {
9576
9575
  } else {
9577
9576
  this.playerRoot.classList.add("sf-player-root--bottom-right");
9578
9577
  }
9579
- if (store.currentStepId) {
9580
- this.playerRoot.style.opacity = "1";
9581
- }
9582
9578
  if (store.isMinimized) {
9583
9579
  this.playerElement.classList.add(CSS_CLASSES.PLAYER_MINIMIZED);
9584
9580
  } else {