[stats-collector] ML-975 Wrong completion cancellation logging in FUS and EAP logs

GitOrigin-RevId: ee72c180ab1962ce65e2bc7f0d74066283e78387
This commit is contained in:
Alexey Kalina
2023-08-30 13:00:59 +00:00
committed by intellij-monorepo-bot
parent cc27aebcd0
commit 0df2261a21
@@ -141,7 +141,7 @@ public final class LookupTypedHandler extends TypedActionHandlerBase {
}
lookup.putUserData(CANCELLATION_CHAR, charTyped);
lookup.hide();
lookup.hideLookup(false);
TypedHandler.autoPopupCompletion(editor, charTyped, project, file);
return false;
}