Skip to content

Commit c11292e

Browse files
committed
add minor comment
1 parent 33e1f49 commit c11292e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/dom/toggleButtons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function setRenderers(self) {
266266
if (tab.contentHolder) tab.contentHolder.style('display', tab.active ? 'block' : 'none')
267267
tab.tab.style('color', tab.active ? '#1575ad' : '#757373')
268268
tab.line.style('visibility', tab.active ? 'visible' : 'hidden')
269-
tab.tab.html(tab.label)
269+
tab.tab.html(tab.label) // re-print tab label since the label value could have been updated by outside code
270270
})
271271
}
272272
}

0 commit comments

Comments
 (0)