Fixed a bug with CollectionEditor by jeffcampbellmakesgames · Pull Request #73 · DanielEverland/ScriptableObject-Architecture

@jzapdot

* Removed the implementation for the onRemoveCallback used by the ReorderableList in the CollectionEditor; this keeps the intended behavior (as default) for removing the item, but prevents an exception that a user would experience by removing an item this way.

PauloHMattos pushed a commit to PauloHMattos/ScriptableObject-Architecture that referenced this pull request

Aug 3, 2019
…collection_editor_list_exception

Fixed a bug with CollectionEditor