add to FileItemList/Grid function to unfocuse new foler name input, ThumbnaillItem folderIconHandle revision

This commit is contained in:
Milos Holba
2021-01-31 14:39:44 +01:00
parent 689b064756
commit 9c147165e1
4 changed files with 155 additions and 306 deletions
@@ -176,6 +176,10 @@ export default {
events.$emit('unClick')
if (!this.$isMobile()) {
// After click deselect new folder rename input
document.getSelection().removeAllRanges();
if (e.ctrlKey || e.metaKey && !e.shiftKey) {
// Click + Ctrl
if (this.fileInfoDetail.some(item => item.unique_id === this.data.unique_id)) {