We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdb595 commit 31cae16Copy full SHA for 31cae16
app/components/selection/box-model.element.js
@@ -69,7 +69,6 @@ export class BoxModel extends HTMLElement {
69
}
70
71
styles({sides}) {
72
- console.log(sides.borders)
73
this.style.setProperty('--width', `${this.drawable.width}px`)
74
this.style.setProperty('--height', `${this.drawable.height}px`)
75
this.style.setProperty('--top', `${this.drawable.top}px`)
0 commit comments