FIX: ace editor was buggy in the latest Ember release

This commit is contained in:
Robin Ward
2016-11-28 11:29:56 -05:00
parent 6edd3c347c
commit d9cf9e2fb1
3 changed files with 21 additions and 33 deletions

View File

@ -2,10 +2,7 @@
// In the long term we'll want to remove this.
const Mixin = {
__bufferTimeout: null,
_customRender() {
Ember.run.cancel(this.__bufferTimeout);
if (!this.element || this.isDestroying || this.isDestroyed) { return; }
const buffer = [];