mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-342570 DumbModeBlockedFunctionalityCollector#lastEqualityObjectReference holds reference to released Editor/disposed Project
GitOrigin-RevId: 1980ff36279c8798bbb752f11de9447edd87f822
This commit is contained in:
committed by
intellij-monorepo-bot
parent
65adec9951
commit
d00690a322
@@ -224,7 +224,7 @@ class CtrlMouseHandler2(
|
||||
DumbServiceImpl.getInstance(project).showDumbModeNotificationForFunctionalityWithCoalescing(
|
||||
CodeInsightBundle.message("notification.element.information.is.not.available.during.index.update"),
|
||||
DumbModeBlockedFunctionality.CtrlMouseHandler,
|
||||
Pair(request.action, request.editor)
|
||||
Pair(request.action.javaClass.name, request.editor.virtualFile?.path)
|
||||
)
|
||||
null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user