EA-72489
#EA-72489 Fixed
This commit is contained in:
+3
-1
@@ -82,7 +82,9 @@ class LookupCancelWatcher(project: Project) : AbstractProjectComponent(project)
|
||||
val offset = lookup.currentItem?.getUserData(AUTO_POPUP_AT)
|
||||
if (offset != null) {
|
||||
lastReminiscence?.dispose()
|
||||
lastReminiscence = Reminiscence(lookup.editor, offset)
|
||||
if (offset <= lookup.editor.document.textLength) {
|
||||
lastReminiscence = Reminiscence(lookup.editor, offset)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user