mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Find In Path: stop continuously self-restarting search
This commit is contained in:
@@ -1175,7 +1175,7 @@ public class FindPopupPanel extends JBPanel implements FindUI {
|
||||
@Override
|
||||
public void onCanceled(@NotNull ProgressIndicator indicator) {
|
||||
if (isShowing() && progressIndicatorWhenSearchStarted == myResultsPreviewSearchProgress) {
|
||||
scheduleResultsUpdate();
|
||||
onStop(System.identityHashCode(myResultsPreviewSearchProgress));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user