droppyjs / droppy

Self-hosted file storage
BSD 2-Clause "Simplified" License
104 stars 12 forks source link

Pasting text while renaming file/folder is not working as expected #17

Closed alex21311 closed 3 years ago

alex21311 commented 3 years ago

Problem

If I start to rename a file or folder, the paste-command (ctrl+v) cancels the renaming and creates a new textfile with the pasted text.

Solution

If renaming of a file or folder is in progress, pasting a text should add it to the file/folder name.

markhughes commented 3 years ago

This should be a fairly simple one to fix up, thanks!

markhughes commented 3 years ago

Resolved in #17

alex21311 commented 3 years ago

Sorry, but issue is not solved: BUPAnKwKz4

markhughes commented 3 years ago

@alex21311 can you try deleting your droppy cache directory? I will need to set this up to do it for you automatically in the future.

alex21311 commented 3 years ago

I'm running droppy inside a docker container and I would expect the cache is dropped when the container is recreated with the new image

markhughes commented 3 years ago

I will investigate this further for you.

markhughes commented 3 years ago

There is now a cache clear added to resolve this, and you should see it when we release 0.0.6.

markhughes commented 3 years ago

0.0.6 has been published. Thanks!