fix draw custom field

This commit is contained in:
Pete Matsyburka
2026-02-15 22:02:00 +02:00
parent a999109a5c
commit 75316d8d87
+1 -1
View File
@@ -261,7 +261,7 @@ export default {
},
computed: {
isSelectMode () {
return this.isSelectModeRef.value && !this.drawFieldType && this.editable && !this.drawField
return this.isSelectModeRef.value && !this.drawFieldType && this.editable && !this.drawField && !this.drawCustomField
},
pageSelectedAreas () {
if (!this.selectedAreasRef.value) return []