1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

fix sidebar resizing flicker

This commit is contained in:
Harvey Kandola 2016-10-07 10:58:49 -07:00
parent 34199ae8e6
commit 07e04fe574

View file

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