Disable vtippy on touch devices

This commit is contained in:
andrewwallacespeckle
2025-08-06 16:43:09 +01:00
parent 09fe893425
commit 582324d38b
+2 -1
View File
@@ -8,7 +8,8 @@ export default defineNuxtPlugin((nuxtApp) => {
arrow: false,
animation: 'fade',
theme: 'speckleTooltip',
offset: [0, 8]
offset: [0, 8],
touch: false
},
flipDuration: 0
})