Commit 38758b9
authored
fix(feedback): Fix timeout on feedback submission (#11619)
The timeout id wasn't getting reset to null after submission which was
causing additional clicks on the feedback button to pop up the success
message instead. Now, a click on the success message brings back the
feedback button, which brings up the dialog when clicked.
Fixes [#418](https://github.com/getsentry/team-replay/issues/418)1 parent 8b6f838 commit 38758b9
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
0 commit comments