mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: remove console log
This commit is contained in:
parent
e17dcae782
commit
af82b9dac2
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ const stack = useModalStack();
|
|||
|
||||
async function handleCallback(modalIdx: number, event: string, args: any[]) {
|
||||
const modal = stack.value[modalIdx];
|
||||
console.log(modal);
|
||||
const close = () => {
|
||||
stack.value.splice(modalIdx, 1);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue