Can you also support a click event on the 'ImageMap' itself, not in the 'Ar

Can you also support a click event on the ‘ImageMap’ itself, not in the ‘Area’ defined?

ImageClickEvent(ImageMap source, int x, int y, boolean fromClient);

imageMap.addClickListener(com.vaadin.flow.component.ComponentEventListener<ImageMap.ImageClickEvent> listener);

That can surely be arranged :) I’d first like to verify with you whether you would like that listener to be triggered only when not clicking on any of the defined areas, or if it should be fired also when the user clicks a defined area?

It would be good if it can fire only where Area objects are not defined. This will help someone to develop an interactive Area definition program for certain use-cases. Thank you.

There’s now a new version, 1.1.0, with this functionality.

Thank you