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:
commit
62ec124aee
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue