mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-15 03:53:45 +00:00
fix(*): Ensure modal closes
This commit is contained in:
@@ -4,10 +4,8 @@
|
||||
export let body = '';
|
||||
|
||||
function handleOverlayClick(event) {
|
||||
if (event.target.id === 'modal-overlay') {
|
||||
showModal = false;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="modal-container">
|
||||
|
||||
Reference in New Issue
Block a user