Skip to content

Commit

Permalink
fix: issue with LinkMenu inside Material (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazin authored Mar 20, 2023
1 parent f0a357b commit 16b64cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/render/toolbar/toolbar_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ void showLinkMenu(
top: matchRect.bottom + 5.0,
left: matchRect.left,
child: Material(
borderRadius: BorderRadius.circular(6.0),
child: LinkMenu(
linkText: linkText,
editorState: editorState,
Expand Down

0 comments on commit 16b64cf

Please sign in to comment.