-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Issue #2076: Two indistinguishable events for different cases of working set reordering #4123
Comments
Comment by TomMalbran I think that it will be best if we make a new |
Comment by peterflynn
Two things I think could make this cleaner:
|
Comment by TomMalbran
|
Comment by TomMalbran
As you noticed I couldn't get rid of the |
Comment by peterflynn
|
Issue by TomMalbran
Saturday Jul 13, 2013 at 22:40 GMT
Originally opened as adobe/brackets#4450
Fix for #2076
With this, now both drag and drop reorder and the context menu sort methods trigger the same
workingSetSort
event and drag and drop uses it in a way that it doesn't redraw the DOM.It would have been pretty easy to remove the
workingSetDisableAutoSorting
event and just use theworkingSetSort
event to cancel the automatic sorting, but since pull request #4437, save as can sometimes trigger aworkingSetSort
event, which would disable the automatic sort in some unwanted situations.@
peterflynn Could you take a look as this solution? I think this is what you wanted :)TomMalbran included the following code: https://github.com/adobe/brackets/pull/4450/commits
The text was updated successfully, but these errors were encountered: