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