mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-12 18:43:47 +00:00
fix(*): Ensure modal closes
This commit is contained in:
@@ -4,9 +4,7 @@
|
|||||||
export let body = '';
|
export let body = '';
|
||||||
|
|
||||||
function handleOverlayClick(event) {
|
function handleOverlayClick(event) {
|
||||||
if (event.target.id === 'modal-overlay') {
|
showModal = false;
|
||||||
showModal = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user