mirror of
https://github.com/documize/community.git
synced 2025-07-27 17:19:42 +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: {
|
actions: {
|
||||||
willTransition: function ( /*transition*/ ) {
|
willTransition: function( /*transition*/ ) {
|
||||||
// start TODO: ugly hack
|
|
||||||
$("#zone-sidebar").css('height', 'auto');
|
|
||||||
// end TODO: ugly hack
|
|
||||||
|
|
||||||
Mousetrap.reset();
|
Mousetrap.reset();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue