I duplicated a section of a page and then went to edit the buttons/strip etc.
When I went to change the onClick event it won’t le me . I click the dustbin and it does nothing. How can I change the onClick event?
Hi, did you try to publish and refresh the page? I couldn’t reproduce it on my site
Clicking on delete (trashbin) only unbinds the event handler from the component. You should also delete the function itself from the code.
Thanks. I couldn’t publish as it is a live site but I tried a private instance and it allowed me to delete. Front end obviously got its kickers in a twist!