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
7.31k stars 1.66k forks source link

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

Open Duynguyen0897 opened 5 months ago

Duynguyen0897 commented 5 months 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 5 months ago

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

Duynguyen0897 commented 4 months ago

Thanks @givanz