mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 20:54:19 +00:00
correction bug tooltips
This commit is contained in:
parent
278c25782c
commit
4f6ae0b553
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@
|
|||
import { mapState } from 'vuex'
|
||||
import Breadcrumb from '@theme/components/Breadcrumb'
|
||||
import { setUrlParams, getUrlParameter } from '@theme/util/filterHelpers'
|
||||
import { isResourceInLibrary } from '@theme/util'
|
||||
import { isResourceInLibrary, handleTooltips } from '@theme/util'
|
||||
import MagicItem from '@theme/components/MagicItem'
|
||||
import MyMagicItemsButton from '@theme/global-components/MyMagicItemsButton'
|
||||
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@
|
|||
import { mapState } from 'vuex'
|
||||
import Breadcrumb from '@theme/components/Breadcrumb'
|
||||
import { setUrlParams, getUrlParameter } from '@theme/util/filterHelpers'
|
||||
import { isResourceInLibrary } from '@theme/util'
|
||||
import { isResourceInLibrary, handleTooltips } from '@theme/util'
|
||||
import Spell from '@theme/components/Spell'
|
||||
import MySpellsButton from '@theme/global-components/MySpellsButton'
|
||||
import Cookies from 'js-cookie'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue