Skip to content
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

fix drag drop more than one note bug #1883

Merged
merged 2 commits into from
May 1, 2018
Merged

Conversation

yosmoc
Copy link
Member

@yosmoc yosmoc commented Apr 30, 2018

fix #1869

I found one more bug during investigation of this issue.
When the dragged note is not the focused note(s), the focused note(s) are moved to the target folder, but the dragged note is still in the same folder.
this commit handles this issue.

When the dragged target note is included in the selected notes, keeps the current selected notes, otherwise, replace the selected notes by the dragged target
@Rokt33r Rokt33r merged commit e06ca9a into BoostIO:master May 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Dragging and dropping more than 1 note between folders fails
2 participants