fix: Flash of full suggestions in editor popover when closing

This commit is contained in:
Tom Moor
2023-04-13 09:54:41 -04:00
parent 7cd3bf8859
commit facf7cb19a

View File

@@ -725,7 +725,6 @@ export class Editor extends React.PureComponent<
this.setState((state) => ({
...state,
suggestionsMenuOpen: false,
query: "",
}));
};