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 7b661f9 commit 6aa4728Copy full SHA for 6aa4728
src/core/webview/ClineProvider.ts
@@ -1340,11 +1340,11 @@ export class ClineProvider
1340
1341
async postStateToWebview() {
1342
const state = await this.getStateToPostToWebview()
1343
- await this.postMessageToWebview({ type: "state", state })
+ this.postMessageToWebview({ type: "state", state })
1344
1345
// Check MDM compliance and send user to account tab if not compliant
1346
if (!this.checkMdmCompliance()) {
1347
- await this.postMessageToWebview({ type: "action", action: "accountButtonClicked" })
+ this.postMessageToWebview({ type: "action", action: "accountButtonClicked" })
1348
}
1349
1350
0 commit comments