Add window event
Why needed these changes?
- Model should be reset on window click
Have you tested these changes?
- Yes
Any updates require?
- No
✔️ Deploy Preview for msk-markdown ready!
🔨 Explore the source changes: 7e598c93e773d32dcbed5bc2ba1fb90216cd5f8d
🔍 Inspect the deploy log: https://app.netlify.com/sites/msk-markdown/deploys/6158a49155fc1100077b7e70
😎 Browse the preview: https://deploy-preview-22--msk-markdown.netlify.app
What about the save modal?

Settings, about and save modal. Did I miss something?
What about the save modal?
Settings, about and save modal. Did I miss something?
Yes we've to add model reset for save also, I'll update it
Don't we do the same thing here:
const AboutOnClick = ({
target
}) => {
if (target === About) {
OpenCloseAbout();
}
};
Don't we do the same thing here:
const AboutOnClick = ({ target }) => { if (target === About) { OpenCloseAbout(); } };
Window events how we can handle in this function call?
@kevinmmansour Let me know if anything need to update