filemanager: ensure files are refreshed on paste from copy

This commit is contained in:
Johannes Zellner
2021-02-01 18:20:48 +01:00
parent f420107704
commit ccd481e64a

View File

@@ -435,6 +435,8 @@ app.controller('FileManagerController', ['$scope', '$translate', '$timeout', 'Cl
// clear clipboard
$scope.clipboard = [];
$scope.refresh();
});
});
}