cheng-alvin / durian.js

Durian.js is a lightweight Javascript framework that allows for custom HTML tag to create interactive components for large applications! Easy to learn, light and fun to develop with!
MIT License
2 stars 2 forks source link

Script execution bug fix #20

Closed cheng-alvin closed 1 year ago

cheng-alvin commented 1 year ago

This is the development branch for the issue where I've addressed a couple of issues with the js execution (#18) Please see #18 for more information about the issues. All development of this fix will be documented here.

Thank you!

cheng-alvin commented 1 year ago

Ok, finally, a potential solution that's giving me a lot of hope is now completed in commit number 1ae2942. I've just got the shadow-dom to "copy and paste" the script elements in order for it to execute. YES!