mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix
This commit is contained in:
parent
c4cc695b2f
commit
e4cbb0a5c8
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ const inputEl = ref<typeof MkInput>();
|
|||
|
||||
function done(canceled: boolean, result?) {
|
||||
emit("done", { canceled, result });
|
||||
modal.value?.close(ev);
|
||||
modal.value?.close();
|
||||
}
|
||||
|
||||
async function ok() {
|
||||
|
|
Loading…
Add table
Reference in a new issue