Remove auto focus of share input field on dialog open, fix #15261

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-06-14 14:07:57 +02:00
parent f349d5a225
commit 1809dae04f
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 0 additions and 6 deletions

View File

@ -1038,12 +1038,6 @@
this._toggleLoading(false);
if (!this._loadingOnce) {
this._loadingOnce = true;
// the first time, focus on the share field after the spinner disappeared
if (!OC.Util.isIE()) {
_.defer(function () {
self.$('.shareWithField').focus();
});
}
}
},