matthiaaas / ftp

[v2 announced!] React based Electron (S)FTP desktop application
https://transflow.co
MIT License
58 stars 3 forks source link

Pressing on a directory fast twice tries to access wrong path #62

Open snoato opened 4 years ago

snoato commented 4 years ago

When I press on a directory (e.g. "bin") twice in fast succession it tries to open the path directory/directory (e.g. "bin/bin").

matthiaaas commented 4 years ago

This is probably specific to slower connections. The folder list isn't updating fast enough due to the pending request.

tobimori commented 4 years ago

I confirm this issue tho.