You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 'react-email-editor,' I have created a custom row that is added to every email created in the editor. This row should be locked so the user cannot delete or edit it but can drag it to change its placement.
As a result, I have a row that cannot be deleted, and the column inside it also cannot be deleted.
Unfortunately, selecting the row allows the user to change the row's division into multiple columns and then delete the original column, which should not be delectable.
How can I prevent changing the row division or at least prevent the original column from being deleted?
Screen.Recording.2024-10-21.at.17.13.02.mov
The text was updated successfully, but these errors were encountered:
Using 'react-email-editor,' I have created a custom row that is added to every email created in the editor. This row should be locked so the user cannot delete or edit it but can drag it to change its placement.
Here is the JSON of my custom row:
As a result, I have a row that cannot be deleted, and the column inside it also cannot be deleted.
Unfortunately, selecting the row allows the user to change the row's division into multiple columns and then delete the original column, which should not be delectable.
How can I prevent changing the row division or at least prevent the original column from being deleted?
Screen.Recording.2024-10-21.at.17.13.02.mov
The text was updated successfully, but these errors were encountered: