rtfreedman / DMinimal

1 stars 1 forks source link

Fix Tabs #28

Closed rtfreedman closed 6 years ago

rtfreedman commented 6 years ago

Creating a large number of characters then deleting them makes it so that the characters (beyond default) are not selectable.

rtfreedman commented 6 years ago

Mostly fixed. Edge case: if you have two character tabs and you delete the 0 index of the 2 then the tab does not display the new index 0 and the new index 0 is not reachable without creating another character then switching back to tab 0.

rtfreedman commented 6 years ago

With some help the tab issue has been semi-resolved. There was another solution that would make it so that the animation didn't go away... but that wouldn't have been quite as clean. Still debating. Only bug now is the highlighting issue with the same conditions as above