Properly debouncing tribute mentions. Fixes #633 (#639)

This commit is contained in:
Dessalines 2022-04-27 16:57:55 -04:00 committed by GitHub
parent 6b53ae7f62
commit 130bfc9c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 87 deletions

View file

@ -600,7 +600,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
} catch (err) {
console.log(err);
}
}, 400),
}),
false
);
}