feat: duplicate files in the same directory

This commit is contained in:
Ramires Viana
2020-07-16 19:50:00 +00:00
parent 2636f876ab
commit 43526d9d1a
3 changed files with 23 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ const mutations = {
updateClipboard: (state, value) => {
state.clipboard.key = value.key
state.clipboard.items = value.items
state.clipboard.path = value.path
},
resetClipboard: (state) => {
state.clipboard.key = ''