diff --git a/frontend/src/components/files/Listing.vue b/frontend/src/components/files/Listing.vue
index 6f811efb..6a4eefdb 100644
--- a/frontend/src/components/files/Listing.vue
+++ b/frontend/src/components/files/Listing.vue
@@ -278,6 +278,7 @@ export default {
       if (this.$store.state.clipboard.key === 'x') {
         action = (overwrite, rename) => {
           api.move(items, overwrite, rename).then(() => {
+            this.$store.commit('resetClipboard')
             this.$store.commit('setReload', true)
           }).catch(this.$showError)
         }