Skip to content
Snippets Groups Projects
Commit 796bdac9 authored by Cam Saül's avatar Cam Saül
Browse files

Include attrs for imagey icons

parent 55659db5
Branches
Tags embedding-sdk-0.1.29
No related merge requests found
......@@ -230,7 +230,7 @@ export function loadIcon(name) {
}
if (def.img) {
return def;
return { ...def, attrs: { ...def.attrs, className: 'Icon Icon-' + name } };
}
var icon = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment