select executor on create task

This commit is contained in:
2023-06-27 18:35:44 +03:00
parent 836d16691a
commit 7c622d63a1
4 changed files with 155 additions and 10 deletions

View File

@ -25,6 +25,7 @@ export const ProjectTiket = ({ project, index }) => {
initListeners();
}, []);
function initListeners() {
document.addEventListener("click", closeByClickingOut);
}