This website works better with JavaScript.
Home
Explore
Help
Sign In
great_wolves
/
feast
forked from
chemicalcrux/feast
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix Tippy behavior for statblocks as well
master
Fen Dweller
5 years ago
parent
2184289f34
commit
82c48df245
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/Statblock.vue
+ 1
- 1
src/components/Statblock.vue
View File
@@ -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([])
}
Write
Preview
Loading…
Cancel
Save