From 82c48df2454cb4fe618c501e908d1b3bee3d9a23 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 4 Aug 2020 19:58:38 -0400 Subject: [PATCH] Fix Tippy behavior for statblocks as well --- src/components/Statblock.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Statblock.vue b/src/components/Statblock.vue index 0c60ea1..f7dd655 100644 --- a/src/components/Statblock.vue +++ b/src/components/Statblock.vue @@ -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([]) }