From 0799ae1a1ff0e4b937ec751ad7d7b7d4eeba8701 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 28 Dec 2019 19:06:19 -0500 Subject: [PATCH] Removing debounce. --- ui/src/components/post-form.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/ui/src/components/post-form.tsx b/ui/src/components/post-form.tsx index cd5a8112..d3cf275a 100644 --- a/ui/src/components/post-form.tsx +++ b/ui/src/components/post-form.tsx @@ -143,7 +143,7 @@ export class PostForm extends Component { {this.state.suggestedTitle && ( @@ -209,10 +209,6 @@ export class PostForm extends Component {