Closed bikramkawan closed 7 years ago
Works basically, however the URL hash won't be updated properly:
@bikramkawan If you want, I'll try to fix it.
Another problem: It is possible that support views have the same CSS class: This is problematic since the removal of a support view relies on a unique class name.
We can add the support view id in the end.
as far as I understood https://github.com/Caleydo/taggle/blob/master/src/SupportView.ts#L51 stores the DOM node for each support view, why not just removing this node instead of searching for it?
Closes https://github.com/Caleydo/taggle/issues/306