Dragged components are not getting deleted inside expanded-image-card component | AEM 6.4.5
Attached console error on clicking on delete
And network tab has no response for
Solved! Go to Solution.
Views
Replies
Total Likes
There was a problem in the way nodes are created through HTML.
Issue is resolved now.
@shikhasoni1 Is this expanded-image-card custom component?
If yes please go through your custom JS code or check your client js dependecies
Yes this is custom component.
Let me check js.
There was a problem in the way nodes are created through HTML.
Issue is resolved now.
Are you trying to convert a string into a JSON Object in your custom js? If yes, then please check whether you are trying to convert empty string to JSON object.
Please debug your custom client library and also refer https://www.stechies.com/uncaught-syntaxerror-unexpected-end-json-input/ to debug.
There was a problem in the way nodes are created through HTML.
Issue is resolved now.
@shikhasoni1 seems issue is resolved but just wanted to mentioned.
This kind of issues happend when you have unclosed divs or html tags.
You can also delete component from content tree.
Views
Likes
Replies
Views
Likes
Replies