nitishragu12 / Capstone-Project

0 stars 1 forks source link

[Bug] Repeatedly clicking the `search` button causes the popup to be displayed repeatedly #44

Closed ziqichen55555 closed 2 months ago

ziqichen55555 commented 2 months ago

Describe the issue When we click the search button in quick succession in the search interface, the app displays two or more identical popups. Ideally, only one popup should be displayed for each search operation.

Steps to reproduce

  1. Open the search interface.
  2. Enter any keyword.
  3. Click the search button twice in quick succession.
  4. Observe the popups displayed.

Expected behavior No matter how many times we click the search button, only one popup should be displayed for each search operation.

Actual behavior Each click of the search button triggers the popup, causing multiple identical popups to be displayed at the same time.