We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de5b27 commit 4db5b7aCopy full SHA for 4db5b7a
frontend/app_flowy/packages/appflowy_editor/lib/src/infra/clipboard.dart
@@ -34,7 +34,7 @@ class AppFlowyClipboard {
34
}
35
36
static Future<AppFlowyClipboardData> getData() async {
37
- final data = await AppFlowyClipboard.getData();
+ final data = await RichClipboard.getData();
38
final text = data.text;
39
var html = data.html;
40
0 commit comments