diff --git a/core/client/views/post-tags-input.js b/core/client/views/post-tags-input.js index b17f7b285d..b77e3da864 100644 --- a/core/client/views/post-tags-input.js +++ b/core/client/views/post-tags-input.js @@ -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;