regression composing topics on desktop
caught by smoke test
This commit is contained in:
parent
9a685c64ee
commit
d5f4f2f5c1
|
@ -78,7 +78,7 @@ export default Ember.Component.extend({
|
||||||
|
|
||||||
@observes('composeState')
|
@observes('composeState')
|
||||||
disableFullscreen() {
|
disableFullscreen() {
|
||||||
if (this.get('composeState') !== Composer.OPEN) {
|
if (this.get('composeState') !== Composer.OPEN && positioningWorkaround.blur) {
|
||||||
positioningWorkaround.blur();
|
positioningWorkaround.blur();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue