mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: typo
This commit is contained in:
parent
1de5b274c3
commit
4db5b7a544
@ -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 New Issue
Block a user