This commit is contained in:
Rizky 2024-03-10 14:39:27 +07:00
parent 151370a690
commit 4070f54e9b
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ export const declareScope = (p: PG, meta: IMeta, monaco: Monaco) => {
}
}
console.log(cur_path, active.comp_id);
const vars: Record<string, { mode: "local" | "prop"; val: string }> = {};
for (const m of cur_path) {
if (m.item.component?.id === active.comp_id) {