Disable vtippy on touch devices
This commit is contained in:
@@ -8,7 +8,8 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
arrow: false,
|
||||
animation: 'fade',
|
||||
theme: 'speckleTooltip',
|
||||
offset: [0, 8]
|
||||
offset: [0, 8],
|
||||
touch: false
|
||||
},
|
||||
flipDuration: 0
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user