Skip to content

Commit

Permalink
fix/ReopenGoalsPan: release focus after Goals panel creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed Mar 18, 2024
1 parent dcac1ff commit c2e9078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/vscode/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ function createInfoPanel(context: ExtensionContext) {
let panel: WebviewPanel | null = window.createWebviewPanel(
'goals',
'Goals',
ViewColumn.Two,
{ preserveFocus: true, viewColumn: ViewColumn.Two },
{}
);
panel.onDidDispose(() => {
Expand Down

0 comments on commit c2e9078

Please sign in to comment.