fix: graph and tooltip sometimes not showing
This commit is contained in:
		
							parent
							
								
									ba7a968881
								
							
						
					
					
						commit
						e482fa1097
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,5 +1,4 @@
 | 
				
			||||||
<script
 | 
					<script
 | 
				
			||||||
  async
 | 
					 | 
				
			||||||
  src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
 | 
					  src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js"
 | 
				
			||||||
  integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
 | 
					  integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI="
 | 
				
			||||||
  crossorigin="anonymous"
 | 
					  crossorigin="anonymous"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -75,7 +75,7 @@
 | 
				
			||||||
  <script src="https://cdn.jsdelivr.net/npm/@floating-ui/dom@1.2.1"></script>
 | 
					  <script src="https://cdn.jsdelivr.net/npm/@floating-ui/dom@1.2.1"></script>
 | 
				
			||||||
  {{ $popover := resources.Get "js/popover.js" | resources.Fingerprint "md5" |
 | 
					  {{ $popover := resources.Get "js/popover.js" | resources.Fingerprint "md5" |
 | 
				
			||||||
  resources.Minify }}
 | 
					  resources.Minify }}
 | 
				
			||||||
  <script async src="{{$popover.Permalink}}"></script>
 | 
					  <script defer src="{{$popover.Permalink}}"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- Optional scripts -->
 | 
					  <!-- Optional scripts -->
 | 
				
			||||||
  {{ if $data.enableCodeBlockTitle | default $.Site.Data.config.enableCallouts }}
 | 
					  {{ if $data.enableCodeBlockTitle | default $.Site.Data.config.enableCallouts }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue