mirror of https://github.com/buster-so/buster.git
Set interacting to false after select
This commit is contained in:
parent
da329ee408
commit
b0678e4a9b
|
@ -122,6 +122,7 @@ export const MentionInputSuggestions = forwardRef<
|
|||
onSuggestionItemClick?.(params);
|
||||
|
||||
if (closeSuggestionOnSelect && params.closeOnSelect !== false) setHasClickedSelect(true);
|
||||
setIsInteracting(false);
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue