inveniosoftware / react-invenio-app-ils

Single Page App built with React for InvenioILS.
https://react-invenio-app-ils.readthedocs.io
MIT License
5 stars 19 forks source link

backoffice: PatronDetails: Disable enter key in paste event handler #606

Closed sakshamarora1 closed 3 months ago

sakshamarora1 commented 3 months ago

:heart: Thank you for your contribution!

Disable enter key in paste handler so that when a paste happens and enter is pressed at the same time, both the onPasteHandler and onSearchHandler should not get triggered in parallel.