mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
This worked previously because selected tab was stored using an index and we were only changing it (before reload) when closing tabs, so the new index would be valid both before and after reload. With the new OakTabBarView the index of selected tab is instantly converted into a reference to a tab item.