diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/Senior.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/Senior.vue index 510207bd24..2783c100f9 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-senior/Senior.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/Senior.vue @@ -239,19 +239,6 @@ const removeJumpSenior = () => { }) }) } -const styleCollapseEnd = ref(null) - -onMounted(() => { - if (styleCollapseEnd.value) { - const newDiv = document.createElement('div') - newDiv.innerHTML = `
-
-
-
-
` - styleCollapseEnd.value.appendChild(newDiv) - } -})