We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9b748 commit 0406afaCopy full SHA for 0406afa
src/core/webview/ClineProvider.ts
@@ -1694,7 +1694,7 @@ export class ClineProvider
1694
return vscode.ViewColumn.Active
1695
}
1696
// If there are multiple windows, we need to check if the view is a WebviewPanel
1697
- const isViewPanel = this.view?.viewType === "roo-cline.TabPanelProvider"
+ const isViewPanel = this.view?.viewType === ClineProvider.tabPanelId
1698
if (!isViewPanel) {
1699
// If the view is not a WebviewPanel, return 1. 1 is the default view column of the editor.
1700
// Non default values can only be found in WebviewPanel.
0 commit comments