Skip to content

Commit f61a160

Browse files
author
Akos Kitta
committed
fixup tab-bar toolbar.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 542198e commit f61a160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/arduino-ide-frontend-module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ export default new ContainerModule((bind, unbind, isBound, rebind) => {
815815
bind(StatusBarImpl).toSelf().inSingletonScope();
816816
rebind(TheiaStatusBarImpl).toService(StatusBarImpl);
817817

818-
// Debounced update for the tab-bar toolbar
818+
// Debounced update for the tab-bar toolbar when typing in the editor.
819819
bind(DockPanelRenderer).toSelf();
820820
rebind(TheiaDockPanelRenderer).toService(DockPanelRenderer);
821821

0 commit comments

Comments
 (0)