<!--- Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines Fields marked with (*) are required. Please don't remove the template. --> ### Preconditions (*) 1. Any version of page-builder installed <!--- Provide the exact Magento Page Builder version (example: develop) and any important information on the environment where bug is reproducible. --> ### Steps to reproduce (*) <!--- Important: Provide a set of clear steps to reproduce this bug. We can not provide support without clear instructions on how to reproduce. --> 1. Go to a product edit page on admin 2.Edit the description field with Page Builder 3. Add a new empty row 4. Save the product 5. After the page is reloaded, try to edit with Page Builder and remove the empty row 6. An error is triggered on console with `Uncaught ReferenceError: jarallax is not defined` 7. Save the product (after the row is removed) 8. Then the page is reloaded and the empty row continues appearing there and it's not possible to remove it ### Expected result (*) <!--- Tell us what do you expect to happen. --> 1. The row is removed with no errors after the product is saved ### Actual result (*) <!--- Tell us what happened instead. Include error messages and issues. --> 1. The empty row continues showing up even after his removal