Skip to content

Commit

Permalink
Remove temp
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed Apr 2, 2024
1 parent ab81bb7 commit 2750cbc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,7 @@ class _SingleColumnDocumentLayoutState extends State<SingleColumnDocumentLayout>
return component.getEndPosition();
}

final pos = component.getPositionAtOffset(componentOffset);
return pos;
return component.getPositionAtOffset(componentOffset);
}

@override
Expand Down

0 comments on commit 2750cbc

Please sign in to comment.