In 4.27, the view could listen and respond to click events (e.g. right click) while in drawing mode (activeTool not null or reshape/transform). Now with 4.28, when you are in drawing mode, the view event listener for click events is not firing at all. Only once the Sketch tool activeTool returns to null or reshape/transform, the view click events are working. How can I set up the view to listen for click events while the activeTool is in draw mode?