Explorar el Código

Fix Tippy behavior for statblocks as well

master
Fen Dweller hace 5 años
padre
commit
82c48df245
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/Statblock.vue

+ 1
- 1
src/components/Statblock.vue Ver fichero

@@ -148,7 +148,7 @@ export default class Statblock extends Vue {
touch: ["hold", 500]
})
})
createSingleton(tippyInstances, { delay: 500 })
createSingleton(tippyInstances, { delay: 500, touch: ["hold", 500] })

this.statusChanged([])
}


Cargando…
Cancelar
Guardar