mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-09 13:09:21 +03:00
fix: unable to click the items in a long list (#4733)
This commit is contained in:
parent
b60d25a0e3
commit
b75947b630
@ -78,7 +78,8 @@ class DocumentAppearanceCubit extends Cubit<DocumentAppearance> {
|
||||
? Color(int.parse(selectionColorString))
|
||||
: null;
|
||||
|
||||
final textScaleFactor = prefs.getDouble(KVKeys.textScaleFactor) ?? 1.0;
|
||||
final textScaleFactor =
|
||||
double.parse(prefs.getString(KVKeys.textScaleFactor) ?? '1.0');
|
||||
|
||||
if (isClosed) {
|
||||
return;
|
||||
|
@ -53,8 +53,8 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "1715ed4"
|
||||
resolved-ref: "1715ed45490e0a432fa1bbfcb2f1693471632ff7"
|
||||
ref: "0a84917"
|
||||
resolved-ref: "0a84917e71cc44c9151f2f59aba72bcdacc66e57"
|
||||
url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
|
||||
source: git
|
||||
version: "2.3.2"
|
||||
|
@ -167,7 +167,7 @@ dependency_overrides:
|
||||
appflowy_editor:
|
||||
git:
|
||||
url: https://github.com/AppFlowy-IO/appflowy-editor.git
|
||||
ref: "1715ed4"
|
||||
ref: "0a84917"
|
||||
|
||||
sheet:
|
||||
git:
|
||||
|
Loading…
Reference in New Issue
Block a user