mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08:00
This reverts commit 3eebf8be733065996ff172adbcad85c254048274.
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