@thinkpixellab-public/px-vue 3.0.32 → 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.
- package/components/PxFloat.vue +0 -4
- package/package.json +1 -1
package/components/PxFloat.vue
CHANGED
|
@@ -289,10 +289,6 @@ export default {
|
|
|
289
289
|
this.cleanup = autoUpdate(reference, popup, () =>
|
|
290
290
|
this.updatePosition(reference, popup)
|
|
291
291
|
);
|
|
292
|
-
} else {
|
|
293
|
-
console.warn(
|
|
294
|
-
'Cannot autoupdate float because no reference was provided.'
|
|
295
|
-
);
|
|
296
292
|
}
|
|
297
293
|
}
|
|
298
294
|
} else {
|