Mouse click on template canvas

Is there any work-around for lack of a mouse click event on the template canvas component?

What are you trying to accomplish? Can you use click events in the templates instead?

It’s a long story… but I need to be able to “click away” from the templates.
I have resolved the issue by inserting a dummy template, basically an invisible rectangle, in the canvas. It resizes to fit the whole of the canvas and hosts the click event I need. It works in test, and I will implement it in production later this week

Thanks for your feedback