[FIX] Snippets placed below editor bar

bzr revid: ddm@openerp.com-20140102171825-208jw33qlmwj05fd
This commit is contained in:
ddm 2014-01-02 18:18:25 +01:00
parent 0e430008bd
commit a408924315
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@
this.getParent().on('change:height', this, function (editor) {
self.$el.css('top', editor.get('height'));
});
self.$el.css('top', this.parent.get('height'));
},
fetch_snippet_templates: function () {
var self = this;