mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
chore: typo
This commit is contained in:
parent
1de5b274c3
commit
4db5b7a544
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class AppFlowyClipboard {
|
|||
}
|
||||
|
||||
static Future<AppFlowyClipboardData> getData() async {
|
||||
final data = await AppFlowyClipboard.getData();
|
||||
final data = await RichClipboard.getData();
|
||||
final text = data.text;
|
||||
var html = data.html;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue