mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[stats-collector] ML-975 Wrong completion cancellation logging in FUS and EAP logs
GitOrigin-RevId: ee72c180ab1962ce65e2bc7f0d74066283e78387
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user