Skip to content

Commit

Permalink
feature: enanble custom TextSelectionControls. fix analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdykme committed Aug 11, 2024
1 parent acf7f64 commit 8879fad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void main() {
]);
FleatherController controller = FleatherController(document: document);
FocusNode focusNode = FocusNode();
final Size testSize = Size(230, 5);
const Size testSize = Size(230, 5);
final editor = MaterialApp(
home: FleatherEditor(
controller: controller,
Expand Down

0 comments on commit 8879fad

Please sign in to comment.