mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Auto-blur when clicking on file to download
This commit is contained in:
parent
7d81299014
commit
d40301492d
1 changed files with 2 additions and 0 deletions
|
|
@ -369,6 +369,8 @@
|
|||
dir: $tr.attr('data-path') || this.getCurrentDirectory()
|
||||
});
|
||||
}
|
||||
// deselect row
|
||||
$(event.target).closest('a').blur();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue