mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:05:00 +00:00
regression composing topics on desktop
caught by smoke test
This commit is contained in:
parent
2793e7bebc
commit
f57feb2a4b
@ -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…
x
Reference in New Issue
Block a user