File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 11import snarkdown from 'snarkdown' ;
22import tippy from 'tippy.js' ;
33import { getTippyConfig } from '../lib' ;
4- import { tippyLightCss } from './tippy-styles' ;
54
65const PVJS_URL = 'https://cdn.jsdelivr.net/npm/@wikipathways/[email protected] /dist/pvjs.vanilla.js' ; 76const SVGPANZOOM_URL = 'https://cdn.jsdelivr.net/npm/[email protected] /dist/svg-pan-zoom.min.js' ; @@ -402,12 +401,6 @@ export async function drawPathway(
402401 const ideogramPathwayEvent = new CustomEvent ( 'ideogramDrawPathway' , { detail} ) ;
403402 document . dispatchEvent ( ideogramPathwayEvent ) ;
404403
405- const css =
406- `<style>
407- ${ tippyLightCss }
408- </style>` ;
409- pvjsContainer . insertAdjacentHTML ( 'afterBegin' , css ) ;
410-
411404 pathwayContainer . querySelectorAll ( 'g.GeneProduct' ) . forEach ( g => {
412405 const geneName = g . getAttribute ( 'name' ) ;
413406 let tooltipContent = geneName ;
You can’t perform that action at this time.
0 commit comments