-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Feature: Added support for dragging recent files #16716
base: main
Are you sure you want to change the base?
Conversation
This looks like the same as #15555. Are the issues mentioned there resolved? |
Yes! |
Co-authored-by: Yair <[email protected]> Signed-off-by: Lamparter <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fyi @Krytan |
var items = e.Items.OfType<RecentItem>().ToList(); | ||
var storageItems = new List<IStorageItem>(); | ||
|
||
foreach (var item in items) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be able to just get the dragged item, we shouldn't need a for loop.
Resolved / Related Issues
Steps used to test these changes
By default, the file is moved to the target location, over being copied or linked.