Skip to content

Commit

Permalink
UIQM-728 Remove re-focus last focused element logic for unlink fields…
Browse files Browse the repository at this point in the history
… confirmation
  • Loading branch information
BogdanDenis committed Dec 10, 2024
1 parent 5b04a93 commit 8befe59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/QuickMarcEditor/QuickMarcEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,6 @@ const QuickMarcEditor = ({

const cancelRemoveLinking = () => {
setIsUnlinkRecordsModalOpen(false);
setTimeout(() => {
focusLastFocusedInput();
});
};

const confirmRemoveLinking = () => {
Expand Down

0 comments on commit 8befe59

Please sign in to comment.