Ver código fonte

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

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v17.0.0beta1
Jan-Christoph Borchardt 5 anos atrás
pai
commit
1809dae04f
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 0 adições e 6 exclusões
  1. 0
    6
      core/js/sharedialogview.js

+ 0
- 6
core/js/sharedialogview.js Ver arquivo

@@ -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();
});
}
}
},


Carregando…
Cancelar
Salvar