Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
suneox committed Jun 3, 2024
1 parent 3496879 commit 2c2e598
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/home/report/ReportActionItemMessageEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ function ReportActionItemMessageEdit(
reportScrollManager.scrollToIndex(index, true);
});
});
reportScrollManager.scrollToIndex(index, true);
setShouldShowComposeInputKeyboardAware(false);

// Clear active report action when another action gets focused
Expand Down

0 comments on commit 2c2e598

Please sign in to comment.