From 07e04fe574254b3d42845f19f0e4d838750098aa Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Fri, 7 Oct 2016 10:58:49 -0700 Subject: [PATCH] fix sidebar resizing flicker --- app/app/routes/application.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/app/routes/application.js b/app/app/routes/application.js index 2c0201fd..7998a1f1 100644 --- a/app/app/routes/application.js +++ b/app/app/routes/application.js @@ -47,11 +47,7 @@ export default Ember.Route.extend(ApplicationRouteMixin, { }, actions: { - willTransition: function ( /*transition*/ ) { - // start TODO: ugly hack - $("#zone-sidebar").css('height', 'auto'); - // end TODO: ugly hack - + willTransition: function( /*transition*/ ) { Mousetrap.reset(); },