fix: close invite modal on escape

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2023-01-31 12:15:27 +05:30
committed by Pranav C
parent eaf3d1cd65
commit fdcc7cf1b2

View File

@@ -148,6 +148,7 @@ useActiveKeyupListener(
emit('closed')
}
},
{ immediate: true },
)
</script>