mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00: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))
|
? Color(int.parse(selectionColorString))
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
final textScaleFactor = prefs.getDouble(KVKeys.textScaleFactor) ?? 1.0;
|
final textScaleFactor =
|
||||||
|
double.parse(prefs.getString(KVKeys.textScaleFactor) ?? '1.0');
|
||||||
|
|
||||||
if (isClosed) {
|
if (isClosed) {
|
||||||
return;
|
return;
|
||||||
|
@ -53,8 +53,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "1715ed4"
|
ref: "0a84917"
|
||||||
resolved-ref: "1715ed45490e0a432fa1bbfcb2f1693471632ff7"
|
resolved-ref: "0a84917e71cc44c9151f2f59aba72bcdacc66e57"
|
||||||
url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
|
url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
|
||||||
source: git
|
source: git
|
||||||
version: "2.3.2"
|
version: "2.3.2"
|
||||||
|
@ -167,7 +167,7 @@ dependency_overrides:
|
|||||||
appflowy_editor:
|
appflowy_editor:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/AppFlowy-IO/appflowy-editor.git
|
url: https://github.com/AppFlowy-IO/appflowy-editor.git
|
||||||
ref: "1715ed4"
|
ref: "0a84917"
|
||||||
|
|
||||||
sheet:
|
sheet:
|
||||||
git:
|
git:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user