mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-11 01:40:59 +00:00
fix typo in isRendering
This commit is contained in:
parent
39321c7b34
commit
1fd1ba3b55
1 changed files with 2 additions and 2 deletions
|
|
@ -825,8 +825,8 @@
|
|||
*/
|
||||
renderAll: function () {
|
||||
var canvasToDrawOn = this.contextContainer;
|
||||
if (this.rendering) {
|
||||
fabric.window.cancelAnimationFrame(this.rendering);
|
||||
if (this.isRendering) {
|
||||
fabric.window.cancelAnimationFrame(this.isRendering);
|
||||
}
|
||||
this.renderCanvas(canvasToDrawOn, this._objects);
|
||||
return this;
|
||||
|
|
|
|||
Loading…
Reference in a new issue