
I should be able to click through a transparent layer that has selectable: false, right?
Selectable false blocks propagation of the click to objects below it. So if you are using an object as a 'layer' with selectable: false then you wont be able to click objects below it.
Whilst it looks like it is working as intended, it would be nice to have the ability to click through a "layer" and select any object underneath. Maybe a property to signify this?
Use evented: false
Worked great thanks @kangax
Most helpful comment
Use
evented: false