mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Fix typo
This commit is contained in:
@@ -19,7 +19,7 @@ export class MarkdownEditorFlarumExtension {
|
|||||||
// will be finished by then. At that time, `e.target.value` will represent
|
// will be finished by then. At that time, `e.target.value` will represent
|
||||||
// the updated value of the textarea in response to the keypress.
|
// the updated value of the textarea in response to the keypress.
|
||||||
// Unfortunately, this doesn't work without a value for mobile safari,
|
// 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(() => {
|
setTimeout(() => {
|
||||||
this.oninput(evt.target.value);
|
this.oninput(evt.target.value);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user