annotate x/static/js/7831.cfcb0221.chunk.js.map @ 125:49f3d3878413 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
author fubar
date Sat, 05 Oct 2024 23:58:05 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
125
49f3d3878413 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
fubar
parents:
diff changeset
1 {"version":3,"file":"static/js/7831.cfcb0221.chunk.js","mappings":"qMAKA,MAQA,GARuBA,EAAAA,EAAAA,WAAS,UAAU,MAAEC,IAC1C,OAAOA,EACLC,EAAAA,cAACC,EAAAA,QAAW,KACVD,EAAAA,cAACE,EAAAA,cAAa,CAACC,KAAMJ,KAErB,IACN,G","sources":["../../../plugins/linear-comparative-view/src/LinearSyntenyDisplay/components/SyntenyTooltip.tsx"],"sourcesContent":["import React from 'react'\nimport { observer } from 'mobx-react'\nimport { SanitizedHTML } from '@jbrowse/core/ui'\nimport BaseTooltip from '@jbrowse/core/ui/BaseTooltip'\n\nconst SyntenyTooltip = observer(function ({ title }: { title: string }) {\n return title ? (\n <BaseTooltip>\n <SanitizedHTML html={title} />\n </BaseTooltip>\n ) : null\n})\n\nexport default SyntenyTooltip\n"],"names":["observer","title","React","BaseTooltip","SanitizedHTML","html"],"sourceRoot":""}