fix. 코드 정리 (format 적용, 불필요한 파일 제거)

This commit is contained in:
clkim
2026-01-05 13:58:35 +09:00
parent 1eb9ed5360
commit 743c3b2b3c
25 changed files with 534 additions and 1301 deletions

View File

@@ -121,9 +121,9 @@ const calculateTooltipPosition = (trigger: HTMLElement) => {
Object.values(isPositions.value).filter(Boolean).length === 1
let topPosition: number | null = null
let bottomPosition: number | null = null
const bottomPosition: number | null = null
let leftPosition: number | null = null
let rightPosition: number | null = null
const rightPosition: number | null = null
if (isLefts) {
if (isOnlyLeft) {