Skip to content

Commit 24b0698

Browse files
committed
use ActionPlaces.TOOLWINDOW_POPUP for resource tree popup menu (#705)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent 05a7a2a commit 24b0698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/redhat/devtools/intellij/kubernetes/tree/ResourceTreeToolWindowFactory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ResourceTreeToolWindowFactory: ToolWindowFactory, DumbAware {
5151
toolWindow.contentManager.addContent(content)
5252

5353
val tree = createTree(content, project)
54-
PopupHandlerAdapter.install(tree, "com.redhat.devtools.intellij.kubernetes.tree", ActionPlaces.UNKNOWN)
54+
PopupHandlerAdapter.install(tree, "com.redhat.devtools.intellij.kubernetes.tree", ActionPlaces.TOOLWINDOW_POPUP)
5555
panel.setViewportView(tree)
5656
}
5757

0 commit comments

Comments
 (0)