Skip to content

Commit 6b60d64

Browse files
committed
Merge branch 'fix/issue-2593-cursor-resets-to-end-of-paragraph-after-paste' of https://github.com/JostSchenck/super_editor into fix/issue-2593-cursor-resets-to-end-of-paragraph-after-paste
2 parents 13f55c2 + adccb9f commit 6b60d64

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

super_editor/test/super_editor/supereditor_copy_and_paste_test.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ void main() {
3838
});
3939

4040
testAllInputsOnDesktop(
41-
'pastes some text in the middle of a paragraph, correctly placing the caret at the end of the pasted text',
42-
(
41+
'pastes some text in the middle of a paragraph, correctly placing the caret at the end of the pasted text', (
4342
tester, {
4443
required TextInputSource inputSource,
4544
}) async {
@@ -85,7 +84,6 @@ void main() {
8584
);
8685
});
8786

88-
8987
testWidgetsOnApple('pastes within a list item', (tester) async {
9088
await tester //
9189
.createDocument()

0 commit comments

Comments
 (0)