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.
Attempted Edit
1 parent e8d7f78 commit 13d3700Copy full SHA for 13d3700
src/commands/studio.ts
@@ -304,7 +304,7 @@ class StudioActions {
304
if (actionToProcess && !afterUserAction) {
305
const answer = await this.processUserAction(actionToProcess);
306
// call AfterUserAction only if there is a valid answer
307
- if ((action.label = attemptedEditLabel) && answer !== "1") {
+ if (action.label === attemptedEditLabel && answer !== "1") {
308
suppressEditListenerMap.set(this.uri.toString(), true);
309
await vscode.commands.executeCommand("workbench.action.files.revert", this.uri);
310
}
0 commit comments