Skip to content

Commit

Permalink
Fix text cursor position jumping while typing (#204)
Browse files Browse the repository at this point in the history
Resolves #203
  • Loading branch information
Gold872 authored Jan 25, 2025
1 parent bf6f698 commit 33ef283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/widgets/nt_widgets/single_topic/text_display.dart
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ class TextDisplay extends NTWidget {
),
onChanged: (value) {
model.typing = true;
model.controller.text = value;
},
onSubmitted: (value) {
model.publishData(value);
Expand Down

0 comments on commit 33ef283

Please sign in to comment.