mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #22437 from owncloud/fix_14095
Allow searching for single character users to share with
This commit is contained in:
commit
774109b762
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@
|
|||
var $shareField = this.$el.find('.shareWithField');
|
||||
if ($shareField.length) {
|
||||
$shareField.autocomplete({
|
||||
minLength: 2,
|
||||
minLength: 1,
|
||||
delay: 750,
|
||||
focus: function(event) {
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Reference in a new issue