Skip to content

Commit 6d0a695

Browse files
committed
reload UI
1 parent 14e9e01 commit 6d0a695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/digma/intellij/plugin/ui/recentactivity/RecentActivityPanel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class RecentActivityPanel(private val project: Project) : DisposablePanel(), Rel
5353

5454

5555
override fun reload() {
56-
dispose()
5756
project.service<LiveViewUpdater>().stopLiveView()
57+
dispose()
5858
removeAll()
5959
parentDisposable = Disposer.newDisposable()
6060
jCefComponent = build()

0 commit comments

Comments
 (0)