mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2026-06-22 04:11:39 +10:00
fix: remove console log
This commit is contained in:
@@ -39,7 +39,6 @@ const stack = useModalStack();
|
|||||||
|
|
||||||
async function handleCallback(modalIdx: number, event: string, args: any[]) {
|
async function handleCallback(modalIdx: number, event: string, args: any[]) {
|
||||||
const modal = stack.value[modalIdx];
|
const modal = stack.value[modalIdx];
|
||||||
console.log(modal);
|
|
||||||
const close = () => {
|
const close = () => {
|
||||||
stack.value.splice(modalIdx, 1);
|
stack.value.splice(modalIdx, 1);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user