mirror of
https://github.com/nextcloud/server.git
synced 2026-04-12 20:47:04 -04:00
Increase debounce time to make sure controls are resized after the sidebar disappeared
Signed-off-by: Marius Blüm <marius@lineone.io>
This commit is contained in:
parent
5d486478d3
commit
a460acb823
1 changed files with 1 additions and 1 deletions
|
|
@ -1502,7 +1502,7 @@ function initCore() {
|
|||
|
||||
$(window).resize(_.debounce(adjustControlsWidth, 250));
|
||||
|
||||
$('body').delegate('#app-content', 'apprendered appresized', _.debounce(adjustControlsWidth, 100));
|
||||
$('body').delegate('#app-content', 'apprendered appresized', _.debounce(adjustControlsWidth, 150));
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue