bradtraversy/react-crash-2021

Inspection Window Anomaly

J3es2e2 opened this issue · 0 comments

My first REACT project nearly completed.

When working on PUTting the toggleReminder data I discovered that
while the Chrome devTool Inspection window is open the cursor style changed to a gray ball.
then dblClick would not respond properly. onClick continued to work fine.

When the Chrome devTool Inspection window is closed, dblClick works properly.

j