mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-24 15:34:42 +00:00
Update canvas.class.js
This commit is contained in:
parent
f46813499d
commit
26cf009c98
1 changed files with 0 additions and 1 deletions
|
|
@ -923,7 +923,6 @@
|
|||
if (obj &&
|
||||
obj.visible &&
|
||||
obj.evented &&
|
||||
obj.selectable &&
|
||||
this.containsPoint(e, obj)){
|
||||
if ((this.perPixelTargetFind || obj.perPixelTargetFind) && !obj.isEditing) {
|
||||
var isTransparent = this.isTargetTransparent(obj, pointer.x, pointer.y);
|
||||
|
|
|
|||
Loading…
Reference in a new issue