From a460acb8230f1b2fa1aa9864bc78443efbc4fad2 Mon Sep 17 00:00:00 2001 From: Marius Blüm Date: Sat, 10 Dec 2016 14:45:25 +0100 Subject: Increase debounce time to make sure controls are resized after the sidebar disappeared MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- core/js/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/js.js') diff --git a/core/js/js.js b/core/js/js.js index 3651635541a..68b6f82648b 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -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)); } -- cgit v1.2.3