Skip to content

Commit 2e0efff

Browse files
committed
Tentative fix
1 parent 94c260e commit 2e0efff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/Views/ActionsTreeView.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ public ActionsTreeView(VisualElement root, StateContainer stateContainer)
125125
ContextMenu.GetContextMenuForActionListView(this, m_ActionsTreeView, m_ActionsTreeView.parent);
126126
ContextMenu.GetContextMenuForActionsEmptySpace(this, m_ActionsTreeView, root.Q<VisualElement>("rclick-area-to-add-new-action"));
127127
// Only bring up this context menu for the Tree when it's empty, so we can treat it like right-clicking the empty space:
128-
ContextMenu.GetContextMenuForActionsEmptySpace(this, m_ActionsTreeView, m_ActionsTreeView, onlyShowIfTreeIsEmpty: true);
129-
128+
//ContextMenu.GetContextMenuForActionsEmptySpace(this, m_ActionsTreeView, m_ActionsTreeView, onlyShowIfTreeIsEmpty: true);
129+
130130
m_ActionsTreeViewSelectionChangeFilter = new CollectionViewSelectionChangeFilter(m_ActionsTreeView);
131131
m_ActionsTreeViewSelectionChangeFilter.selectedIndicesChanged += (_) =>
132132
{

0 commit comments

Comments
 (0)