ASETextureArrayCreator - ScrollView Bug

Hello,
Ive noticed that the scroll view on the ASETextureArrayCreator is not working. If I add textures past the size of my window Im unable to scroll down to inspect/change them.
Love this Utill
Edit : I set m_scrollPos = EditorGUILayout.BeginScrollView( m_scrollPos, GUILayout.Height( Screen.height/2 ) ); as a temp fix.
Ive noticed that the scroll view on the ASETextureArrayCreator is not working. If I add textures past the size of my window Im unable to scroll down to inspect/change them.
Love this Utill
Edit : I set m_scrollPos = EditorGUILayout.BeginScrollView( m_scrollPos, GUILayout.Height( Screen.height/2 ) ); as a temp fix.