소스 검색

Fix Tippy behavior for statblocks as well

master
Fen Dweller 5 년 전
부모
커밋
82c48df245
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/components/Statblock.vue

+ 1
- 1
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([])
}


불러오는 중...
취소
저장