mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 05:24:20 +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 { mapState } from 'vuex' | ||||||
| import Breadcrumb from '@theme/components/Breadcrumb' | import Breadcrumb from '@theme/components/Breadcrumb' | ||||||
| import { setUrlParams, getUrlParameter } from '@theme/util/filterHelpers' | 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 MagicItem from '@theme/components/MagicItem' | ||||||
| import MyMagicItemsButton from '@theme/global-components/MyMagicItemsButton' | import MyMagicItemsButton from '@theme/global-components/MyMagicItemsButton' | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -171,7 +171,7 @@ | ||||||
| import { mapState } from 'vuex' | import { mapState } from 'vuex' | ||||||
| import Breadcrumb from '@theme/components/Breadcrumb' | import Breadcrumb from '@theme/components/Breadcrumb' | ||||||
| import { setUrlParams, getUrlParameter } from '@theme/util/filterHelpers' | 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 Spell from '@theme/components/Spell' | ||||||
| import MySpellsButton from '@theme/global-components/MySpellsButton' | import MySpellsButton from '@theme/global-components/MySpellsButton' | ||||||
| import Cookies from 'js-cookie' | import Cookies from 'js-cookie' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine