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:
parent
34199ae8e6
commit
07e04fe574
1 changed files with 1 additions and 5 deletions
|
@ -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();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue