Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix widgets not unsubscribing if type doesn't have a widget implement…
…ation (#43) If you drag a table containing a widget that doesn't have a widget implementation, it will never unsubscribe This has the widget model be unsubscribed and disposed before returning null in the tree row's `toWidgetContainerModel()` method
- Loading branch information