Skip to content

Commit 6883c04

Browse files
committed
chosen tab(insight/error) stays on focus regardless of chosen code object
Signed-off-by: arik-dig <[email protected]>
1 parent 9fb38ff commit 6883c04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/ui/service/InsightsViewService.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import org.digma.intellij.plugin.ui.model.MethodScope
1414
import org.digma.intellij.plugin.ui.model.insights.InsightsModel
1515
import org.digma.intellij.plugin.ui.model.insights.InsightsTabCard
1616
import org.digma.intellij.plugin.ui.model.listview.ListViewItem
17-
import java.util.*
17+
import java.util.Collections
1818
import java.util.stream.Collectors
1919

2020
class InsightsViewService(project: Project): AbstractViewService(project) {
@@ -124,7 +124,6 @@ class InsightsViewService(project: Project): AbstractViewService(project) {
124124
model.listViewItems = ArrayList()
125125
model.card = InsightsTabCard.PREVIEW
126126
updateUi()
127-
setVisible()
128127
}
129128

130129

0 commit comments

Comments
 (0)