Skip to content

Commit 1ac0d6c

Browse files
committed
Bugfix to JBrowse popup
1 parent e6c038e commit 1ac0d6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jbrowse/src/client/JBrowse/Browser/plugins/ExtendedVariantPlugin/ExtendedVariantWidget/ExtendedVariantWidget.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ export default jbrowse => {
348348
const infoKeys = Object.keys(feat.INFO)
349349
let isApiSubscribed = true
350350
useEffect(() => {
351+
console.log('called!')
351352
Ajax.request({
352353
url: ActionURL.buildURL('jbrowse', 'resolveVcfFields.api'),
353354
method: 'POST',
@@ -366,7 +367,7 @@ export default jbrowse => {
366367
return () => {
367368
isApiSubscribed = false;
368369
};
369-
}, [infoKeys])
370+
}, [])
370371

371372
let annTable;
372373
if (feat["INFO"]["ANN"]){

0 commit comments

Comments
 (0)