@@ -7480,7 +7480,7 @@ let MicrobeTraceNextHomeComponent = class MicrobeTraceNextHomeComponent extends
74807480 this.SelectedBackgroundColorVariable = '#ffffff';
74817481 this.SelectedApplyStyleVariable = '';
74827482 this.activeTabNdx = null;
7483- // ShowGlobalSettingsLinkColorTable: boolean = false;
7483+ this. ShowGlobalSettingsLinkColorTable = false;
74847484 this.ShowGlobalSettingsNodeColorTable = false;
74857485 this.roles = new Array();
74867486 this.ShowGlobalSettingsSettingsPane = false;
@@ -8514,11 +8514,11 @@ let MicrobeTraceNextHomeComponent = class MicrobeTraceNextHomeComponent extends
85148514 });
85158515 }
85168516 onLinkColorChanged(silent = false) {
8517- // if (this.SelectedLinkColorVariable != 'None') {
8518- // this.ShowGlobalSettingsLinkColorTable = true;
8519- // } else {
8520- // this.ShowGlobalSettingsLinkColorTable = false;
8521- // }
8517+ if (this.SelectedLinkColorVariable != 'None') {
8518+ this.ShowGlobalSettingsLinkColorTable = true;
8519+ } else {
8520+ this.ShowGlobalSettingsLinkColorTable = false;
8521+ }
85228522 this.commonService.session.style.widgets["link-color"] = this.SelectedLinkColorVariable;
85238523 if (!silent) this.publishUpdateLinkColor();
85248524 }
@@ -8533,11 +8533,11 @@ let MicrobeTraceNextHomeComponent = class MicrobeTraceNextHomeComponent extends
85338533 console.log('DEBUG: onColorLinksByChanged => user picked None, setting table to Hide');
85348534 this.SelectedLinkColorTableTypesVariable = 'Hide';
85358535 }
8536+ this.onLinkColorTableChanged(silent);
85368537 if (!silent) {
85378538 console.log('DEBUG: onColorLinksByChanged => publishing link-color updates to views');
85388539 this.publishUpdateLinkColor();
85398540 }
8540- this.onLinkColorTableChanged(silent);
85418541 }
85428542 // The actual function that builds your color table
85438543 generateNodeLinkTable(tableId, isEditable = true) {
@@ -8847,10 +8847,10 @@ let MicrobeTraceNextHomeComponent = class MicrobeTraceNextHomeComponent extends
88478847 }
88488848 }
88498849 hideLinkColorTable() {
8850- // if (this.ShowGlobalSettingsLinkColorTable) {
8851- // // This was just the initial load (or a code-based hide).
8852- // return;
8853- // }
8850+ if (this.ShowGlobalSettingsLinkColorTable) {
8851+ // This was just the initial load (or a code-based hide).
8852+ return;
8853+ }
88548854 if (this.SelectedLinkColorTableTypesVariable != 'Hide') {
88558855 this.SelectedLinkColorTableTypesVariable = 'Hide';
88568856 this.onLinkColorTableChanged();
@@ -10069,7 +10069,7 @@ let MicrobeTraceNextHomeComponent = class MicrobeTraceNextHomeComponent extends
1006910069 this.onLinkThresholdChanged();
1007010070 }
1007110071 loadUISettings() {
10072- // this.ShowGlobalSettingsLinkColorTable = false;
10072+ this.ShowGlobalSettingsLinkColorTable = false;
1007310073 this.ShowGlobalSettingsNodeColorTable = false;
1007410074 // console.log('xy link color table: ', linkColorTable);
1007510075 console.log('xy link color table 1.5: ', $('#link-color-table'));
@@ -24213,8 +24213,8 @@ __webpack_require__.r(__webpack_exports__);
2421324213/* harmony export */ version: () => (/* binding */ version)
2421424214/* harmony export */ });
2421524215const version = '2.0.0';
24216- const buildDate = '2025-06-23T18:56:56.177Z ';
24217- const commitHash = '72121d98 ';
24216+ const buildDate = '2025-06-24T18:12:25.429Z ';
24217+ const commitHash = 'a6cdd2e3 ';
2421824218
2421924219/***/ }),
2422024220
0 commit comments