Skip to content

Commit 4db5b7a

Browse files
committed
chore: typo
1 parent 1de5b27 commit 4db5b7a

File tree

1 file changed

+1
-1
lines changed
  • frontend/app_flowy/packages/appflowy_editor/lib/src/infra

1 file changed

+1
-1
lines changed

frontend/app_flowy/packages/appflowy_editor/lib/src/infra/clipboard.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AppFlowyClipboard {
3434
}
3535

3636
static Future<AppFlowyClipboardData> getData() async {
37-
final data = await AppFlowyClipboard.getData();
37+
final data = await RichClipboard.getData();
3838
final text = data.text;
3939
var html = data.html;
4040

0 commit comments

Comments
 (0)