IJPL-159836 Settings | Plugins: clicking on filter does not close the menu

GitOrigin-RevId: a7d1bf951c6b493fabc2b6d1406e963f6b21130d
This commit is contained in:
Alexander Lobas
2024-08-08 13:27:46 +02:00
committed by intellij-monorepo-bot
parent d9d1f0fe08
commit a9950b4754

View File

@@ -1695,6 +1695,7 @@ public final class PluginManagerConfigurable
private MarketplaceSortByAction(@NotNull SortBy option) {
super(option.getPresentableNameSupplier());
getTemplatePresentation().setKeepPopupOnPerform(KeepPopupOnPerform.IfRequested);
myOption = option;
}
@@ -1756,6 +1757,7 @@ public final class PluginManagerConfigurable
private InstalledSearchOptionAction(@NotNull InstalledSearchOption option) {
super(option.myPresentableNameSupplier);
getTemplatePresentation().setKeepPopupOnPerform(KeepPopupOnPerform.IfRequested);
myOption = option;
}