From 560529f7d9072f7b9ac8a2423a299934fe8125fc Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Mon, 6 May 2024 16:23:13 +0800 Subject: [PATCH] fix: korean IME issue on Windows (#5267) --- frontend/appflowy_flutter/pubspec.lock | 6 +++--- frontend/appflowy_flutter/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/appflowy_flutter/pubspec.lock b/frontend/appflowy_flutter/pubspec.lock index e804004a31..d322aac654 100644 --- a/frontend/appflowy_flutter/pubspec.lock +++ b/frontend/appflowy_flutter/pubspec.lock @@ -53,11 +53,11 @@ packages: dependency: "direct main" description: path: "." - ref: ffe4b08 - resolved-ref: ffe4b08d0f1aaf5d9bcf55a89bf0469c3e39d301 + ref: b827d08 + resolved-ref: b827d089b6e97762806075953a433cfcbe697a73 url: "https://github.com/AppFlowy-IO/appflowy-editor.git" source: git - version: "2.3.4" + version: "2.4.0" appflowy_editor_plugins: dependency: "direct main" description: diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index 4a6972baff..56223b4d48 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -171,7 +171,7 @@ dependency_overrides: appflowy_editor: git: url: https://github.com/AppFlowy-IO/appflowy-editor.git - ref: "ffe4b08" + ref: "b827d08" sheet: git: