fix heading move

This commit is contained in:
Pete Matsyburka
2025-01-24 22:32:20 +02:00
parent f6d59d731c
commit 44e848a1f0
2 changed files with 22 additions and 14 deletions
@@ -1427,6 +1427,8 @@ export default {
const documentRef = this.documentRefs.find((e) => e.document.uuid === area.attachment_uuid)
const areaRef = documentRef.pageRefs[area.page].areaRefs.find((ref) => ref.area === this.selectedAreaRef.value)
areaRef.isHeadingSelected = true
areaRef.focusValueInput()
})
}