modal: fix error on keydown

pull/460/head
Varun Patil 2023-02-23 23:10:16 -08:00
parent 78d85f45a7
commit 70809b8100
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
:additionalTrapElements="trapElements"
@close="close"
>
<div class="container" @keydown.stop="true">
<div class="container" @keydown.stop="0">
<div class="head">
<span> <slot name="title"></slot> </span>
</div>