Skip to content

Commit

Permalink
Fix error by adding class name to link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike England committed Aug 7, 2020
1 parent 02226be commit e35c089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text-format-demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ registerFormatType(
'gfd/text-tagging', {
title: 'Tag',
tagName: 'a',
className: 'inline-ticker',
attributes: {
url: 'href',
},
className: null,
edit: MyToolbar,
}
);

0 comments on commit e35c089

Please sign in to comment.