AppFlowy-IO / appflowy-editor

A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
https://pub.dev/packages/appflowy_editor
Other
448 stars 188 forks source link

[Bug] [web] Selection menu not showing on Flutter Web #897

Open andynvt opened 1 week ago

andynvt commented 1 week ago

Bug Description

The selection menu is not showing on Flutter Web

How to Reproduce

Add package appflowy-editor to flutter web project

 AppFlowyEditor(
   editorState: EditorState.blank(),
   editorStyle: const EditorStyle.desktop(),
),

Expected Behavior

Show the selection menu the same as the desktop version

ScreenShot 2024-09-21 at 12 58 01

Operating System

Flutter Web

AppFlowy Editor Version(s)

^3.3.0

Screenshots

ScreenShot 2024-09-21 at 12 57 47

Additional Context

No response