mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
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:
parent
4ea822c71e
commit
49f740b46a
13 changed files with 5 additions and 9310 deletions
File diff suppressed because one or more lines are too long
2
core/js/dist/share_backend.js
vendored
2
core/js/dist/share_backend.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/share_backend.js.map
vendored
2
core/js/dist/share_backend.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1053,12 +1053,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();
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -3483,9 +3483,9 @@
|
|||
}
|
||||
},
|
||||
"fstream": {
|
||||
"version": "1.0.11",
|
||||
"resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
|
||||
"integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
|
||||
"version": "1.0.12",
|
||||
"resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
|
||||
"integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"graceful-fs": "^4.1.2",
|
||||
|
|
|
|||
2900
settings/js/vue-1.js
2900
settings/js/vue-1.js
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
3125
settings/js/vue-2.js
3125
settings/js/vue-2.js
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
3267
settings/js/vue-3.js
3267
settings/js/vue-3.js
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue