King Wang

Results 2 comments of King Wang

typeof null === 'object' 并不是浏览器bug ![image](https://user-images.githubusercontent.com/22018419/48296925-9f363980-e4d8-11e8-82b7-45dcfe386fc8.png)

这个方案可以把cancel回调和ok回调加上一个setTimeout解决。 ``` _cancel: function () { setTimeout(() => { this._css(this.croppingBox, { display: "none" }); }, 300); this.cancel(); }, _ok: function () { this.crop(); setTimeout(() => { this._css(this.croppingBox, { display: "none"...