openatc-components 0.1.168 → 0.1.169

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.
@@ -276,6 +276,7 @@ export default {
276
276
  if (this.patternStatusList && this.newCycle) {
277
277
  setTimeout(() => {
278
278
  this.handleCurrentChange(this.patternStatusList)
279
+ this.handleBarrierHeight()
279
280
  }, 10)
280
281
  this.handleBarrierHeight()
281
282
  }