Procházet zdrojové kódy

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

Remove auto focus of share input field on dialog open, fix #15261
tags/v17.0.0beta1
John Molakvoæ před 4 roky
rodič
revize
94e4ce38cf
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
core/js/dist/share_backend.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
core/js/dist/share_backend.js.map
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 0
- 6
core/js/sharedialogview.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit