mirror of
https://github.com/konvajs/konva.git
synced 2025-12-17 09:54:56 +08:00
fix wrong copy-paste
This commit is contained in:
@@ -2289,7 +2289,7 @@
|
||||
* shape.preventDefault(false);
|
||||
*/
|
||||
|
||||
Konva.Factory.addGetterSetter(Konva.Shape, 'preventDefault', true);
|
||||
Konva.Factory.addGetterSetter(Konva.Node, 'preventDefault', true);
|
||||
|
||||
Konva.Factory.addGetterSetter(Konva.Node, 'filters', undefined, function(val) {this._filterUpToDate = false; return val; });
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user