Skip to content

Commit 980673a

Browse files
msujewAlberto Iannaccone
authored and
Alberto Iannaccone
committed
Fix duplicated editor tabs (#1012)
1 parent efdc86b commit 980673a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,8 @@ export default new ContainerModule((bind, unbind, isBound, rebind) => {
529529

530530
rebind(TheiaEditorManager).to(EditorManager);
531531

532+
rebind(TheiaEditorManager).to(EditorManager);
533+
532534
// replace search icon
533535
rebind(TheiaSearchInWorkspaceFactory)
534536
.to(SearchInWorkspaceFactory)

0 commit comments

Comments
 (0)