Skip to content

Commit

Permalink
fate: magnifier should be fully displayed at the edge of the editor w…
Browse files Browse the repository at this point in the history
…ithout being cropped, just like the TextFiled magnifier (#846)
  • Loading branch information
hkm5558 authored Jul 22, 2024
1 parent 89eee5d commit 93905e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/editor/editor_component/service/editor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ class _AppFlowyEditorState extends State<AppFlowyEditor> {
value: editorState,
child: FocusScope(
child: Overlay(
clipBehavior: Clip.none,
initialEntries: [
OverlayEntry(
builder: (context) => services!,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class _MobileSelectionServiceWidgetState
@override
Widget build(BuildContext context) {
final stack = Stack(
clipBehavior: Clip.none,
children: [
widget.child,

Expand Down

0 comments on commit 93905e0

Please sign in to comment.