mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-14 11:19:37 +00:00
Fix permissions on side panel
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user