mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
Merge pull request #616 from ajspera/clear-type-fix
Fix: layer clear bounds should be optional
This commit is contained in:
commit
e5397f270d
@ -181,7 +181,7 @@ export class Layer extends BaseLayer {
|
||||
Container.prototype.drawHit.call(this, canvas, top);
|
||||
return this;
|
||||
}
|
||||
clear(bounds) {
|
||||
clear(bounds?) {
|
||||
BaseLayer.prototype.clear.call(this, bounds);
|
||||
this.getHitCanvas()
|
||||
.getContext()
|
||||
|
Loading…
Reference in New Issue
Block a user