Closed craftzneko closed 1 year ago
Ok figured out i was using an arrow function in my previous panel, seems like function decleration doesnt work, so doing this, worked copyClip = async () => {}
@craftzneko Yes, arrow functions works.
Glad you was able to figure it out.
Strange issue i have a dashboard where i call a function onclick and that works, i have a copy of that panel where i call a different function and it continually says function not found
HTML
JS
writing all loaded functions to console shows all the functions including previous ones but this one doesnt get added What am i doing wrong here?