Closed bergerr closed 4 years ago
Thanks for the report @bergerr, I can reproduce it and it seems to be a real problem (though I don't think it is very common to pin two new untitled tabs :sweat_smile:).
I think I found a solution that fixes the problem. Would you mind testing this package on branch bug-61/pin-multiple-untitled-tabs
for me to see if it did? (if you need help with how to do that, please ask)
Sure, how do I install the package from a specific branch?
To the best of my knowledge you have to clone the repository into your .atom/packages directory (make sure to remove the package directory first), check the branch out (run npm install
) and reload or restart Atom.
The branch works fine for me. 👍
Thanks for testing, I'll publish a new release based on that branch as soon as possible :+1:
The patch should now be published, let me know if the problem was not (completely) fixed :slightly_smiling_face:
Used to have the same issue with pinned tabs - all works for me now too. Thanks for the fix!
I had an untitled pinned tab and tried to pin another one, and it popped an error with the trace below:
The tab abr also rapidly flickered between the pinned tab and the tab I was trying to pin, until I unpinned the original one. After trying a few more times I was able to pin both untitled tabs.