[request] Disabling default action in plotly_click event

I use sunburst charts in my dashboard and must open additional tabs when the user clicks the chart sectors. Clicking a sector causes changes to the chart; non-leaf sectors move to the center, or the chart transitions one level up if the center circle is clicked.
To open additional tabs, I check if Shift is held while clicking, and in this case, I’d like to disable the default behavior the control has, by returning true/false from the event handler, for example, like it’s done in some other events.
Is it possible to introduce this feature? Or maybe there exists a way to implement what I need with existing code?

Regards.
Vitaly