[stashing] Double clicks of buttons throws error and double log entries
See original GitHub issueIf you click either the Restore
or Discard
buttons multiple times in row rapidly, you get this.
Restore = error msg
Discard = double logs
As for Clear, should we change to Discard so it’s inline with right-click in the Changes list?
5977a42c21, mac
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Possible fix for the Double Clicking issue on some mice
The Double Clicking issue is when you click once and it fires twice, so it activates twice even though it was pressed once....
Read more >Visual studio 2019 Version 16.9.6 showing fake errors after build
I'm on Visual Studio 2019. After building the .sln in debug mode, I'm getting errors. When I double click the error from the...
Read more >How to avoid inserting two same records twice when double ...
I have a popup window where there are two onclick methods as "Submit" and "Discard". When I click submit twice it insert two...
Read more >Why does my mouse sometimes click twice on it's own ... - Quora
Every time you press a button, it is double clicked, so every now and then it creates two version, corrupts databases and generates...
Read more >REDCap Frequently Asked Questions - Wiki@UCSF
From Development, you will move your project to Production by clicking the button on the Project Setup page. All survey and data entry...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was able to reproduce this on Windows with an external mouse and using
Restore
(with 3 files stashed) instead ofDiscard
:The impact seems to be minimal (the first
git stash pop
appears to complete successfully) but I think the app could handle this case better (disable the button while the restore is happening?)I agree that we should be disabling the button while the restore is working. We do this in other places in the UI, so doing what you suggest would ensure we are being consistent.