mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #50531 from nextcloud/backport/50501/stable31
[stable31] fix: Increase background and primary color debounce time
This commit is contained in:
commit
9ee1e19157
4 changed files with 5 additions and 5 deletions
|
|
@ -234,7 +234,7 @@ export default {
|
|||
|
||||
debouncePickColor: debounce(function(...args) {
|
||||
this.pickColor(...args)
|
||||
}, 200),
|
||||
}, 1000),
|
||||
|
||||
pickFile() {
|
||||
const picker = getFilePickerBuilder(t('theming', 'Select a background from your files'))
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
debouncedOnUpdate() {
|
||||
return debounce(this.onUpdate, 500)
|
||||
return debounce(this.onUpdate, 1000)
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
4
dist/theming-personal-theming.js
vendored
4
dist/theming-personal-theming.js
vendored
File diff suppressed because one or more lines are too long
2
dist/theming-personal-theming.js.map
vendored
2
dist/theming-personal-theming.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue