From facf7cb19a20d302b67a5e1ef5f9e47c7c8739b5 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 13 Apr 2023 09:54:41 -0400 Subject: [PATCH] fix: Flash of full suggestions in editor popover when closing --- app/editor/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/editor/index.tsx b/app/editor/index.tsx index 9fc8559eb..e3ed3ce68 100644 --- a/app/editor/index.tsx +++ b/app/editor/index.tsx @@ -725,7 +725,6 @@ export class Editor extends React.PureComponent< this.setState((state) => ({ ...state, suggestionsMenuOpen: false, - query: "", })); };