Skip to content

Commit 14e9e01

Browse files
committed
reload UI
1 parent 97c9668 commit 14e9e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class RecentActivityPanel(private val project: Project) : DisposablePanel(), Rel
5454

5555
override fun reload() {
5656
dispose()
57+
project.service<LiveViewUpdater>().stopLiveView()
5758
removeAll()
5859
parentDisposable = Disposer.newDisposable()
5960
jCefComponent = build()

0 commit comments

Comments
 (0)