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 bff4933 commit 12c61caCopy full SHA for 12c61ca
src/Frontend/src/components/failedmessages/EditRetryDialog2.vue
@@ -60,7 +60,7 @@ const debounceBodyUpdate = debounce((value: string) => {
60
const newValue = value.replaceAll(regExToPruneLineEndings, "");
61
localMessage.value.isBodyChanged = newValue !== uneditedMessageBody.value.replaceAll(regExToPruneLineEndings, "");
62
localMessage.value.isBodyEmpty = newValue === "";
63
-}, 1000);
+}, 100);
64
65
watch(
66
() => localMessage.value.messageBody,
0 commit comments