-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Unités] Fixe et améliore plusieurs points #1133
Conversation
5b6f535
to
e7e0e35
Compare
0b2db0c
to
58f31ae
Compare
fccde92
to
83499d9
Compare
@@ -42,7 +43,9 @@ export function SideWindowLauncher() { | |||
const onUnload = async () => { | |||
dispatch(sideWindowActions.close()) | |||
dispatch(reportingActions.resetReportings()) | |||
// TODO Why? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alors je me rends compte qu'il y a un souci, quand on ferme la sidewindow ça ferme aussi les signalements ouverts sur la map. Je vais fixer ça.
Sinon ici c'était pour cleaner l'état et qu'on est pas le fond noir comme s'il y avait un formulaire ouvert (sur la side-window)
|
de9248d
to
81afddc
Compare
@claire2212 Du coup je pense qu'il reste seulement la question des signalements sur la carte lorsque la side window est fermée. |
## Related Pull Requests & Issues - Resolve #1108 - Résolution du bug remonté ici : #1133 (comment) ---- - [x] Tests E2E (Cypress)
Related Pull Requests & Issues