0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #3066 from kevinansfield/fix-sticky-incomplete-tags

Fix incomplete tags sticking between post edits
This commit is contained in:
Hannah Wolfe 2014-06-24 21:07:27 +01:00
commit 62ec124aee

View file

@ -22,6 +22,10 @@ var PostTagsInputView = Ember.View.extend({
this.get('controller').send('loadAllTags');
},
willDestroyElement: function () {
this.get('controller').send('reset');
},
overlayStyles: function () {
var styles = [],
leftPos;