Skip to content

Commit 16b64cf

Browse files
authored
fix: issue with LinkMenu inside Material (#17)
1 parent f0a357b commit 16b64cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/render/toolbar/toolbar_item.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ void showLinkMenu(
393393
top: matchRect.bottom + 5.0,
394394
left: matchRect.left,
395395
child: Material(
396+
borderRadius: BorderRadius.circular(6.0),
396397
child: LinkMenu(
397398
linkText: linkText,
398399
editorState: editorState,

0 commit comments

Comments
 (0)