Skip to content

Commit

Permalink
Fix taint expand
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel committed Sep 20, 2024
1 parent 623a004 commit a69ef86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class TaintVulnerabilitiesPanel(private val project: Project) : SimpleToolWindow

private fun expandDefault() {
if (taintVulnerabilityTreeUpdater.filteredTaintVulnerabilities.size < 30) {
TreeUtil.expand(tree, 2)
runOnPooledThread(project) { TreeUtil.expand(tree, 2) }
} else {
tree.expandRow(0)
}
Expand Down

0 comments on commit a69ef86

Please sign in to comment.