Skip to content

Commit caa7c84

Browse files
Test commit to see if this fixes tests.
1 parent 95fdd49 commit caa7c84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/InputActionsEditorWindow.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ private void BuildUI(bool shouldClearRoot = true)
271271
m_StateContainer = new StateContainer(m_State, m_AssetGUID);
272272
m_StateContainer.StateChanged += OnStateChanged;
273273

274-
if (shouldClearRoot)
275-
{
276-
rootVisualElement.Clear();
277-
}
274+
//if (shouldClearRoot)
275+
//{
276+
rootVisualElement.Clear();
277+
//}
278278

279279
if (!rootVisualElement.styleSheets.Contains(InputActionsEditorWindowUtils.theme))
280280
rootVisualElement.styleSheets.Add(InputActionsEditorWindowUtils.theme);

0 commit comments

Comments
 (0)