Skip to content
Snippets Groups Projects
Commit 67614082 authored by Iurii Lebedev's avatar Iurii Lebedev :speech_balloon:
Browse files

popup fix

parent 917e9e98
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@ export const QuestionForm = observer((props) => {
document.getElementById('popup').style.right = '-3000px';
setPopupValue("");
}}, 5000);
} else {
document.getElementById('popup').style.right = '-3000px';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment