Skip to content

Commit

Permalink
feat(antdesign): add title to block icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Aug 17, 2021
1 parent a106c02 commit 07e4c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sitko.Blockly.AntDesign/Forms/AntBlocklyForm.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</AntDesign.Card>
</div>
<div class="block-controls">
<div class="block-mainicon">
<div class="block-mainicon" title="@blockDescriptor.Title">
@blockDescriptor.Icon
</div>
<span title="@(block.Enabled ? LocalizationProvider["Disable block"] : LocalizationProvider["Enable block"])">
Expand Down

0 comments on commit 07e4c92

Please sign in to comment.