givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
6.86k stars 1.58k forks source link

Error when editing source code using a code editor. #355

Open Duynguyen0897 opened 3 weeks ago

Duynguyen0897 commented 3 weeks ago

Below are two examples: one example of an error when modifying text, and one example when copying the source code and pasting it into another box, then editing the copied source code causes the original source code to be changed as well. 20240613130354_rec_ 20240613130732_rec_

givanz commented 3 weeks ago

Thanks for the bug report, it's fixed in the last commit https://github.com/givanz/VvvebJs/commit/06eb3499af66bffb05cb3e68d303e7d4f78674bd

Duynguyen0897 commented 1 week ago

Thanks @givanz