mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
DEV: Upgrade to Ember 3.7.0 (#6977)
* Upgrade to Ember 3.7.0 * use ember source 3.7.0.2 * fix mobile header * fix navigation
This commit is contained in:
@ -100,7 +100,7 @@ export default Ember.Component.extend({
|
||||
|
||||
if (this.appEvents) {
|
||||
// xxx: don't run during qunit tests
|
||||
this.appEvents.on("ace:resize", () => this.resize());
|
||||
this.appEvents.on("ace:resize", this, "resize");
|
||||
}
|
||||
|
||||
if (this.get("autofocus")) {
|
||||
|
Reference in New Issue
Block a user