Make sure the controls is resized after the sidebar disappeared

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/2365/head
Joas Schilling 8 years ago
parent ca7b9e5490
commit 65c03c26ea
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8

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

Loading…
Cancel
Save