mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2026-05-30 08:15:38 +08: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