flutter-code-editor icon indicating copy to clipboard operation
flutter-code-editor copied to clipboard

Fix issue 286: Line numbers do not align with lines

Open UbayGD opened this issue 7 months ago • 0 comments

What type of PR is this?

  • 🐛 Bug Fix

Description

After reviewing this issue #286 I discovered that the solution to the problem was to add a default height to defaultTextStyle. In this case, the default height comes from the themeData itself.

With this change, no workaround would be necessary.

Added tests?

  • 🙅 no, because they aren't needed

Added to documentation?

  • 🙅 No documentation needed

UbayGD avatar Mar 28 '25 11:03 UbayGD