From 2ef896fb4a4a3b8ddc54abfb0532ddd136d43c10 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 10 Sep 2024 16:33:16 +0800 Subject: [PATCH] feat: support moving cursor using keyboard gesture on mobile (#6239) * fix: invalid value when inserting image * feat: support moving cursor using keyboard gesture on mobile * fix: invalid value when inserting image --- frontend/appflowy_flutter/pubspec.lock | 4 ++-- frontend/appflowy_flutter/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/appflowy_flutter/pubspec.lock b/frontend/appflowy_flutter/pubspec.lock index c28cc50973..b297a55092 100644 --- a/frontend/appflowy_flutter/pubspec.lock +++ b/frontend/appflowy_flutter/pubspec.lock @@ -53,8 +53,8 @@ packages: dependency: "direct main" description: path: "." - ref: "44989c5" - resolved-ref: "44989c568e71fbf41970ec390cbb62f0db99b6e5" + ref: "2110fde" + resolved-ref: "2110fde62ca61746b7dfcf572dc8d78c114494f6" url: "https://github.com/AppFlowy-IO/appflowy-editor.git" source: git version: "3.2.0" diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index d0fe131746..ab07d658f3 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -195,7 +195,7 @@ dependency_overrides: appflowy_editor: git: url: https://github.com/AppFlowy-IO/appflowy-editor.git - ref: "44989c5" + ref: "2110fde" appflowy_editor_plugins: git: