ESLint fix
This commit is contained in:
parent
682a3cdfec
commit
1bcdade45f
|
@ -21,7 +21,7 @@ const ComposerView = Ember.View.extend(Ember.Evented, {
|
||||||
return composeState || Composer.CLOSED;
|
return composeState || Composer.CLOSED;
|
||||||
},
|
},
|
||||||
|
|
||||||
movePanels(sizePx) {
|
movePanels() {
|
||||||
|
|
||||||
// Do we need these anymore? causes issues on iPad. Reply sometimes does not
|
// Do we need these anymore? causes issues on iPad. Reply sometimes does not
|
||||||
// show composer due to bottom padding.
|
// show composer due to bottom padding.
|
||||||
|
|
Loading…
Reference in New Issue