Commit f067d86
Artale
fix: prevent Quick Tour from closing on window resize (#14)
The onClick={onClose} was on the outer fixed container, which could
receive mouse events during window resize. Moved it to the backdrop
div only — now only deliberate clicks on the dark overlay dismiss
the tour. The inner modal panel already stops propagation.
fixes #31 parent 0303c4a commit f067d86
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments