зеркало из https://github.com/nextcloud/server.git
Make sure the controls is resized after the sidebar disappeared
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
ca7b9e5490
Коммит
65c03c26ea
|
@ -1502,7 +1502,7 @@ function initCore() {
|
|||
|
||||
$(window).resize(_.debounce(adjustControlsWidth, 250));
|
||||
|
||||
$('body').delegate('#app-content', 'apprendered appresized', adjustControlsWidth);
|
||||
$('body').delegate('#app-content', 'apprendered appresized', _.debounce(adjustControlsWidth, 100));
|
||||
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче