Skip to content

Commit

Permalink
Expose error bubble (#244)
Browse files Browse the repository at this point in the history
* restore error bubble

* remove comment

---------

Co-authored-by: sschweid <sschweid@paloaltonetworks.com>
  • Loading branch information
saarschweid and sschweid committed May 17, 2023
1 parent 4e142ae commit dfbb601
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class CheckovToolWindowManagerPanel(val project: Project) : SimpleToolWindowPane
super.selectionChanged(event)
val file = event.newFile
if(file != null) {
// updateErrorsInline(file) //TODO ERROR BUBBLE INVOCATION
updateErrorsInline(file)
}
}
})
Expand Down Expand Up @@ -303,7 +303,7 @@ class CheckovToolWindowManagerPanel(val project: Project) : SimpleToolWindowPane
val openedFiles = manager.selectedFiles

openedFiles.forEach { file->
// updateErrorsInline(file) //TODO ERROR BUBBLE INVOCATION
updateErrorsInline(file)
}
}

Expand Down

0 comments on commit dfbb601

Please sign in to comment.