2
0

feat(engine): Add link support in text bubbles

This commit is contained in:
Baptiste Arnaud
2022-02-10 10:51:29 +01:00
parent 8c8d77e052
commit 0338acae82
5 changed files with 91 additions and 60 deletions

View File

@ -48,7 +48,9 @@ export const ToolBar = (props: Props) => {
icon={<UnderlineIcon />}
/>
</span>
<LinkToolbarButton icon={<LinkIcon />} />
<span data-testid="link-button">
<LinkToolbarButton icon={<LinkIcon />} />
</span>
</HStack>
)
}