pl-fe: fix suggestions appearing in spoiler input when not focused

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-03-27 15:36:05 +01:00
parent d9f7844411
commit c66f98771e

View File

@ -144,7 +144,7 @@ const AutosuggestInput: React.FC<IAutosuggestInput> = ({
const onBlur = () => {
setSuggestionsHidden(true);
setFocused(true);
setFocused(false);
};
const onFocus = () => {