wip fix
This commit is contained in:
parent
151370a690
commit
4070f54e9b
|
|
@ -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 }> = {};
|
const vars: Record<string, { mode: "local" | "prop"; val: string }> = {};
|
||||||
for (const m of cur_path) {
|
for (const m of cur_path) {
|
||||||
if (m.item.component?.id === active.comp_id) {
|
if (m.item.component?.id === active.comp_id) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue