@highfivve/ad-tag 5.11.1 → 5.11.2

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.
@@ -127,7 +127,7 @@ export class GlobalConfig extends Component {
127
127
  }) }),
128
128
  "Show only rendered slots")),
129
129
  config.slots.map((slot, index) => this.isSlotRendered(slot) || !showOnlyRenderedSlots ? (React.createElement("div", { key: index, ref: el => {
130
- if (el && selectedSlotDomId === slot.domId) {
130
+ if (el && selectedSlotDomId && selectedSlotDomId === slot.domId) {
131
131
  el.scrollIntoView({ block: 'start' });
132
132
  this.setState({ selectedSlotDomId: undefined });
133
133
  }
@@ -1,3 +1,3 @@
1
1
  export const packageJson = {
2
- version: '5.11.1'
2
+ version: '5.11.2'
3
3
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highfivve/ad-tag",
3
- "version": "5.11.1",
3
+ "version": "5.11.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "An ad tag implementation called moli",
6
6
  "main": "./lib/index.js",