aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/util/DictationManager.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/DictationManager.ts b/src/client/util/DictationManager.ts
index 80efe12cd..f0fd7cbde 100644
--- a/src/client/util/DictationManager.ts
+++ b/src/client/util/DictationManager.ts
@@ -102,6 +102,7 @@ export default class DictationManager {
let independentAction = RegisteredCommands.Independent.get(phrase);
if (independentAction) {
await independentAction(target);
+ batch.end();
return true;
}