Fixes drag & drop in the file list
This commit is contained in:
@ -1859,7 +1859,7 @@ void FileSystemDock::_get_drag_target_folder(String &target, bool &target_favori
|
||||
}
|
||||
|
||||
String ltarget = files->get_item_metadata(pos);
|
||||
target = ltarget.ends_with("/") ? target : path;
|
||||
target = ltarget.ends_with("/") ? ltarget : path;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user