fix. 코드 정리 (format 적용, 불필요한 파일 제거)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user