Skip to content

Commit cd46ad0

Browse files
committed
fix a bug of plotting embeding missing custom name annotations
1 parent 83dd009 commit cd46ad0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

interface.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3972,6 +3972,7 @@ <h3>Brushed ranges</h3>
39723972
'grp':grps,
39733973
'ncol':$('#EMBEDslot').val(),
39743974
'layout':$("#EMBEDlayout").val(),
3975+
'abb':window.bioAbbr,
39753976
'figOpt':window.figOpt};
39763977
if($("#EMBEDsplit").val()!="NONE"){
39773978
D['splitGrp'] = $("#EMBEDsplit").val();

0 commit comments

Comments
 (0)