mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] dispose FileEditorManagerListener with VcsLogTabsWatcher
GitOrigin-RevId: aa6d2d98035e668ad19ec0509299b9e6c5584514
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4a064e6668
commit
8d0e2c0c7b
@@ -127,7 +127,7 @@ public class VcsLogTabsWatcher implements Disposable {
|
||||
if (toolWindow != null) {
|
||||
toolWindow.getContentManager().addContentManagerListener(myLogEditorListener);
|
||||
|
||||
myProject.getMessageBus().connect(myProject)
|
||||
myProject.getMessageBus().connect(this)
|
||||
.subscribe(FileEditorManagerListener.FILE_EDITOR_MANAGER, new FileEditorManagerListener() {
|
||||
@Override
|
||||
public void selectionChanged(@NotNull FileEditorManagerEvent e) {
|
||||
|
||||
Reference in New Issue
Block a user