mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-08 21:29:43 +00:00
Fix permissions on side panel
This commit is contained in:
@@ -366,6 +366,7 @@ class ClaudeChatProvider {
|
||||
public reinitializeWebview() {
|
||||
// Only reinitialize if we have a webview (sidebar)
|
||||
if (this._webview) {
|
||||
this._initializePermissions();
|
||||
this._initializeWebview();
|
||||
// Set up message handler for the webview
|
||||
this._setupWebviewMessageHandler(this._webview);
|
||||
|
||||
Reference in New Issue
Block a user