regression composing topics on desktop

caught by smoke test
This commit is contained in:
Sam 2016-12-02 18:19:39 +11:00
parent 2793e7bebc
commit f57feb2a4b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export default Ember.Component.extend({
@observes('composeState')
disableFullscreen() {
if (this.get('composeState') !== Composer.OPEN) {
if (this.get('composeState') !== Composer.OPEN && positioningWorkaround.blur) {
positioningWorkaround.blur();
}
},