Fix permissions on side panel

This commit is contained in:
andrepimenta
2025-07-14 23:15:40 +01:00
parent 826c25bdd6
commit 2feaed600d

View File

@@ -366,6 +366,7 @@ class ClaudeChatProvider {
public reinitializeWebview() { public reinitializeWebview() {
// Only reinitialize if we have a webview (sidebar) // Only reinitialize if we have a webview (sidebar)
if (this._webview) { if (this._webview) {
this._initializePermissions();
this._initializeWebview(); this._initializeWebview();
// Set up message handler for the webview // Set up message handler for the webview
this._setupWebviewMessageHandler(this._webview); this._setupWebviewMessageHandler(this._webview);