Thank you for the help for earlier
@maryia-kabash @artf I have made a custom block for my custom link see code:
editor.BlockManager.add("unsubscribe-block", {
label: "Unsubscribe",
content: {
type: "link",
content: "unsubscribe_link",
attributes: {href: "{unsubscribe_link}"}
},
attributes: {
title: "Insert Unsubscribe block",
class: "fa fa-ban"
}
});
Every thing works perfectly but the issue is whenever i remove href content using style manager it doesn't remove from my code editor. (refer image).
Check Fiddle FIDDLE
Do i need to add something or i am missing something

Seems like it doesn't update on the first reset but it actually reacts on changes, indeed you're able to clean it after the first change. I'll check it
Thank you @artf for your atttention please let me know when its solved
@AnkitKachhadiya the fix will be available in the next release
Ok Thank You @artf when will be the next release?
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.