You probably have in your code an on click button function: export function button1_click(event, $w). So what the note is about is that you are having two event handling functions for the same event (on click).
Best
Massa
You probably have in your code an on click button function: export function button1_click(event, $w). So what the note is about is that you are having two event handling functions for the same event (on click).
Best
Massa