File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Packages/com.unity.inputsystem/InputSystem/Editor/UITKAssetEditor/Views Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ public override void RedrawUI(ViewState viewState)
216216
217217 // Don't want to show action properties if there's no actions.
218218 m_PropertiesScrollview . visible = m_ActionsTreeView . GetTreeCount ( ) > 0 ;
219-
219+
220220 FinishActionRename ( viewState . newElementID ) ;
221221 }
222222
@@ -310,7 +310,7 @@ internal void RenameActionItem(int index)
310310 m_ActionsTreeView . ScrollToItem ( index ) ;
311311 m_ActionsTreeView . GetRootElementForIndex ( index ) ? . Q < InputActionsTreeViewItem > ( ) ? . FocusOnRenameTextField ( ) ;
312312 }
313-
313+
314314 private void FinishActionRename ( int id )
315315 {
316316 if ( ! m_FocusOnRenameActionFinish || id == - 1 )
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public static void CancelRename()
105105 {
106106 s_EditingItem ? . OnEditTextFinished ( ) ;
107107 }
108-
108+
109109 public void FocusOnRenameFinish ( )
110110 {
111111 if ( m_IsEditing )
You can’t perform that action at this time.
0 commit comments