Skip to content

Commit

Permalink
Remove redundant override
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Apr 9, 2020
1 parent 6f8f0e8 commit 9421246
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ open class TexifyCompletionContributor : CompletionContributor() {
registerBibtexCompletion()
}

override fun invokeAutoPopup(position: PsiElement, typeChar: Char): Boolean {
return super.invokeAutoPopup(position, typeChar)
}
private fun registerLatexCompletion() {
// Math mode
extend(
Expand Down

0 comments on commit 9421246

Please sign in to comment.