@thinkpixellab-public/px-vue 3.0.31 → 3.0.33

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.
@@ -285,9 +285,11 @@ export default {
285
285
  this.updatePosition(reference, popup);
286
286
 
287
287
  if (this.autoUpdate) {
288
- this.cleanup = autoUpdate(reference, popup, () =>
289
- this.updatePosition(reference, popup)
290
- );
288
+ if (reference) {
289
+ this.cleanup = autoUpdate(reference, popup, () =>
290
+ this.updatePosition(reference, popup)
291
+ );
292
+ }
291
293
  }
292
294
  } else {
293
295
  if (this.cleanup) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "3.0.31",
3
+ "version": "3.0.33",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",