VvvebJs icon indicating copy to clipboard operation
VvvebJs copied to clipboard

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.

Results 181 VvvebJs issues
Sort by recently updated
recently updated
newest added

Node gets inserted after the body tag if you choose insert "AFTER" ``` function addSectionComponent(component, after = true) { let node = generateElements(component.html)[0]; if (after) { //start if (addSectionElement.tagName ==...

Thanks for this amazing editor. If you click clone on the body it gets cloned. u will get more than 1 body tag. checking if the tagtName == BODY helped...

Hey. In your example, when you click on the elements on the canvas in the right pane appear styles . But in my example from each click on the canvas...

If I select any image to update everything works perfectly ![image](https://github.com/givanz/VvvebJs/assets/47436634/d47a4019-3733-426e-b362-685948f3c546) But If I select any element then reselect any image or Icon I can't edit Image or Icons ![image](https://github.com/givanz/VvvebJs/assets/47436634/033f536a-3a2d-4e2e-83f1-d38ce1f530ba)...

Error response from daemon: invalid restart policy: unknown policy 'unlesse-stopped'; use one of 'no', 'always', 'on-failure', or 'unless-stopped'

# **Summary** VvvebJs version 1.7.4 exhibits an arbitrary file upload vulnerability. An attacker can exploit this vulnerability to upload malicious files onto the server, potentially leading to the execution of...

### Summary VvvebJs 1.7.4 has a reflective cross-site scripting (XSS) vulnerability. An attacker can execute malicious code in the user's browser by inducing the user to click on a link...

Hello I cloned the repository and checkouted on 2.0.0 then installed [PHP core](https://www.php.net/manual/en/install.unix.debian.php) and the xammp and copy content of repository to htdocs of xammp. When I click on "Create...