Hello!
I'm trying to use SfTab component with close button, drag and drop and dynamically add tabs.
The issue is only initial amount of tabs are draggable from first positions. All newly added tabs and those moved from first positions can't be dragged.
e.g. i had two tabs initially and then added third via AddTab method, i can drag only tabs on first and second position. Also, if i will close some tabs and only one remains, than add one to get initial amount of two, the new second tab also will not be draggable.
There are some obvious differernces in html of added and initial tabs, but how to fix it?
Tab creation code just in case