Remove logs
This commit is contained in:
parent
cb3c667859
commit
fd57f2ffcc
|
@ -178,7 +178,6 @@
|
||||||
colStart: minMax(getCurrent(vars.colStart), 1, gridCols),
|
colStart: minMax(getCurrent(vars.colStart), 1, gridCols),
|
||||||
colEnd: minMax(getCurrent(vars.colEnd), 2, gridCols + 1),
|
colEnd: minMax(getCurrent(vars.colEnd), 2, gridCols + 1),
|
||||||
}
|
}
|
||||||
console.log(dragInfo.grid)
|
|
||||||
handleEvent(e)
|
handleEvent(e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
export let title
|
export let title
|
||||||
|
|
||||||
$: currentValue = getGridVarValue($componentStore.selectedComponent, style)
|
$: currentValue = getGridVarValue($componentStore.selectedComponent, style)
|
||||||
$: console.log(style, currentValue)
|
|
||||||
$: active = currentValue === value
|
$: active = currentValue === value
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue