mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user