Skip to content

Commit

Permalink
Chore: dart formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CatHood0 committed Nov 28, 2024
1 parent 057b8bd commit 47540d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/editor/widgets/cursor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ class CursorPainter {
cursorPlaceholderConfig.show &&
cursorPlaceholderConfig.text.trim().isNotEmpty) {
if (isNodeValid) {
final localOffset = cursorPlaceholderConfig.offset ?? const Offset(0, 0);
final localOffset =
cursorPlaceholderConfig.offset ?? const Offset(0, 0);
placeholderPainter ??= TextPainter(
text: TextSpan(
text: cursorPlaceholderConfig.text,
Expand Down

0 comments on commit 47540d4

Please sign in to comment.