chore: lint files
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,9 @@ onMounted(getBox)
|
||||
watch([() => x, () => y, $$(el), () => label], getBox)
|
||||
|
||||
function getBox() {
|
||||
if (!el) return
|
||||
if (!el) {
|
||||
return
|
||||
}
|
||||
|
||||
const nextBox = el.getBBox()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user