refactor: unused

This commit is contained in:
Simula_r
2025-09-25 17:44:27 -07:00
parent f79bfac323
commit 1e58b17852

View File

@@ -25,7 +25,6 @@
<!-- Node Title -->
<div
ref="titleRef"
v-tooltip.top="tooltipConfig"
class="text-sm font-bold truncate flex-1 lod-toggle"
:class="isDragging ? 'pointer-events-none' : 'pointer-events-auto'"
@@ -105,7 +104,6 @@ onErrorCaptured((error) => {
// Editing state
const isEditing = ref(false)
const titleRef = ref<HTMLElement>()
const tooltipContainer =
inject<Ref<HTMLElement | undefined>>('tooltipContainer')