mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-06 03:00:23 +00:00
Prettier 2.0 (#393)
This commit is contained in:
@@ -17,7 +17,7 @@ export class SwitchDirectoryPaneComponent {
|
||||
constructor() {
|
||||
return {
|
||||
viewModel: PaneComponent,
|
||||
template: SwitchDirectoryPaneTemplate
|
||||
template: SwitchDirectoryPaneTemplate,
|
||||
};
|
||||
}
|
||||
}
|
||||
@@ -47,7 +47,7 @@ export class SwitchDirectoryPane {
|
||||
this.firstFieldHasFocus(true);
|
||||
this.resizePane();
|
||||
TelemetryProcessor.trace(Action.ContextualPane, ActionModifiers.Open, {
|
||||
paneTitle: this.title()
|
||||
paneTitle: this.title(),
|
||||
});
|
||||
|
||||
this.directoryComponentAdapter.forceRender();
|
||||
|
||||
Reference in New Issue
Block a user