From ae6a652a724b06914cfa86942dbf6d203dd41cdf Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Thu, 11 Mar 2021 13:11:56 -0500 Subject: [PATCH] Fix typo --- .../markdown/js/src/forum/util/MarkdownAreaEditorDriver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/markdown/js/src/forum/util/MarkdownAreaEditorDriver.js b/extensions/markdown/js/src/forum/util/MarkdownAreaEditorDriver.js index 69a9e51f7..e3fc288f4 100644 --- a/extensions/markdown/js/src/forum/util/MarkdownAreaEditorDriver.js +++ b/extensions/markdown/js/src/forum/util/MarkdownAreaEditorDriver.js @@ -19,7 +19,7 @@ export class MarkdownEditorFlarumExtension { // will be finished by then. At that time, `e.target.value` will represent // the updated value of the textarea in response to the keypress. // Unfortunately, this doesn't work without a value for mobile safari, - // so we need to set 10 seconds as an arbitrary timeout. + // so we need to set 25ms as an arbitrary timeout. setTimeout(() => { this.oninput(evt.target.value);