You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Initial width of the right panel has increased in recent releases, which creates more space for the results of the VCF Genotype Search, but less for the axes; in the simple case users will be viewing just 1 axis, but it is felt that the initial right panel width should be reduced.
reduce initial right panel width
The text was updated successfully, but these errors were encountered:
…en genotype-search is inserted
because navigateGenotypeTableP() increases right panel width (rightSplitInstance.setSizes([35, 65])), and this was happening when the app started; now it happens when the user inputs to genotype-search e.g. select dataset.
Closes#453
genotype-search.hbs : drop use of didInsertElement_.
genotype-search.js :
drop didInsertElement_(), which formerly called this.navigateGenotypeTable().
lookupMessage() : add dependency manageGenotype.
vcfGenotypeSearch() : refer to userSettings via this.args instead of manageGenotype.args, which could (unlikely) be undefined or .isDestroying because of resultP.finally(() => later() ).
This sub-issue is part of #443.
The Initial width of the right panel has increased in recent releases, which creates more space for the results of the VCF Genotype Search, but less for the axes; in the simple case users will be viewing just 1 axis, but it is felt that the initial right panel width should be reduced.
The text was updated successfully, but these errors were encountered: