1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-27 09:09: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

@ -48,10 +48,6 @@ export default Ember.Route.extend(ApplicationRouteMixin, {
actions: {
willTransition: function( /*transition*/ ) {
// start TODO: ugly hack
$("#zone-sidebar").css('height', 'auto');
// end TODO: ugly hack
Mousetrap.reset();
},