1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Add back prevent enter

This commit is contained in:
Jake Barnby 2022-09-20 22:04:15 +12:00
parent ef4ffcf3a2
commit 85ce646e0c
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -81,6 +81,7 @@ $escapedPermissions = \array_map(function ($perm) {
list="types"
type="text"
x-model="permission.role"
@keydown.enter="prevent($event)"
@keydown="clearPermission(index)"
@keyup="updatePermission(index)"/>
</td>