Removed stopEvents from RigidContainer.
This commit is contained in:
parent
f398fe4824
commit
b32132c71f
4
dist/iwmlib.pixi.js
vendored
4
dist/iwmlib.pixi.js
vendored
@ -20635,7 +20635,9 @@
|
|||||||
showBounds: false,
|
showBounds: false,
|
||||||
showTouches: false,
|
showTouches: false,
|
||||||
showPolygon: false,
|
showPolygon: false,
|
||||||
container: this
|
container: this,
|
||||||
|
stopEvents: false,
|
||||||
|
claimEvents: false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -228,7 +228,9 @@ export default class MapApp extends PIXIApp {
|
|||||||
showBounds: false,
|
showBounds: false,
|
||||||
showTouches: false,
|
showTouches: false,
|
||||||
showPolygon: false,
|
showPolygon: false,
|
||||||
container: this
|
container: this,
|
||||||
|
stopEvents: false,
|
||||||
|
claimEvents: false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user