Skip to content

Commit 7b3cde8

Browse files
authored
Fix vertical caret position bug (Discussion singerdmx#690) (singerdmx#723)
1 parent 474fd38 commit 7b3cde8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/widgets/raw_editor.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,8 @@ class RawEditorState extends EditorState
693693
});
694694
}
695695
}
696+
697+
_adjacentLineAction.stopCurrentVerticalRunIfSelectionChanges();
696698
}
697699

698700
void _onChangeTextEditingValue([bool ignoreCaret = false]) {

0 commit comments

Comments
 (0)