We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e1f49 commit c11292eCopy full SHA for c11292e
client/dom/toggleButtons.ts
@@ -266,7 +266,7 @@ function setRenderers(self) {
266
if (tab.contentHolder) tab.contentHolder.style('display', tab.active ? 'block' : 'none')
267
tab.tab.style('color', tab.active ? '#1575ad' : '#757373')
268
tab.line.style('visibility', tab.active ? 'visible' : 'hidden')
269
- tab.tab.html(tab.label)
+ tab.tab.html(tab.label) // re-print tab label since the label value could have been updated by outside code
270
})
271
}
272
0 commit comments