@maas/vue-equipment 0.27.1 → 0.27.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.
package/dist/nuxt/module.json
CHANGED
|
@@ -276,6 +276,7 @@ export function useDraggableDrag(args) {
|
|
|
276
276
|
}
|
|
277
277
|
await nextTick();
|
|
278
278
|
if (toValue(initial).snapPoint) {
|
|
279
|
+
activeSnapPoint.value = toValue(initial).snapPoint;
|
|
279
280
|
const mappedSnapPoint = mapSnapPoint(toValue(initial).snapPoint);
|
|
280
281
|
if (mappedSnapPoint) {
|
|
281
282
|
draggedX.value = mappedSnapPoint.x;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maas/vue-equipment",
|
|
3
3
|
"description": "A magic collection of Vue composables, plugins, components and directives",
|
|
4
|
-
"version": "0.27.
|
|
4
|
+
"version": "0.27.2",
|
|
5
5
|
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@antfu/ni": "^0.21.12",
|