owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
441 stars 157 forks source link

selectFolder in locationPicker.js does not select anything #4806

Closed individual-it closed 3 years ago

individual-it commented 3 years ago

the function selectFolder in locationPicker.js does not select any folder but just moves the mouse to it, so if that function is really needed (I doubt it) it has to be renamed

haribhandari07 commented 3 years ago

This issue can only be addressed after https://github.com/owncloud/web/issues/4680 is resolved.

saw-jan commented 3 years ago

selectFolder in locationPicker.js, what it does is it opens the destination folder where the file(s) will be moved/copied into.

@individual-it do you still think that the changes are needed? Or Does renaming it to something like openFolder or navigateToFolder sound good?

individual-it commented 3 years ago

I think we can close this, the current implementation looks good to me