AppFlowy-IO/appflowy-editor

[Bug] getFullHeightForCaret returns error height after upgrading to Flutter 3.22

LucasXu0 opened this issue · 0 comments

Bug Description

getFullHeightForCaret returns error height after upgrading to Flutter 3.22

In Flutter 3.19.x, the function getFullHeightForCaret returns a value of 22.0 when the font size is set to 16. However, after upgrading to Flutter 3.22, it returns 16.0.

How to Reproduce

None

Expected Behavior

the function getFullHeightForCaret should return the same height as in previous versions of Flutter.

Operating System

Desktop

AppFlowy Editor Version(s)

2.5.1

Screenshots

No response

Additional Context

No response