It seems like setting the display.setDefault(“anchorX”, 0) and display.setDefault(“anchorY”, 0) is causing an issue with modals for composer.
In the attached file, if you remove the display.setDefault from the main.lua file, the overlay will work fine and the print(“touched”) will not trigger when the overlay has the options for isModal = true
Not sure if this is a bug, even though I did submit one a few weeks ago regarding why my modals were not working correctly. But it would be nice if the modal isModal would work even with the default set, so that I don’t have to change all my anchors around my app.