You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that the logic for which one gets opened last isn't bulletproof due to race conditions, since all the opens are executing in parallel. In particular, if you drag on a group of files and some file other than the last one isn't already open, that's the one that will end up as selected (rather than the last one), because the already-opened last one completes earlier. But I don't think that matters, and arguably the behavior is actually reasonable (i.e. the user probably wants to see the one that wasn't already open, though if we wanted that explicitly, we shouldn't rely on the race).
Issue by gruehle
Saturday Jul 13, 2013 at 00:22 GMT
Originally opened as adobe/brackets#4447
Fix for #4429
If a dropped file is already open, skip it.
gruehle included the following code: https://github.com/adobe/brackets/pull/4447/commits
The text was updated successfully, but these errors were encountered: