fix select mode draw

This commit is contained in:
Pete Matsyburka
2026-01-19 11:57:09 +02:00
parent b4a8147ff0
commit 745a18efca
+1 -1
View File
@@ -230,7 +230,7 @@ export default {
},
computed: {
isSelectMode () {
return this.isSelectModeRef.value && !this.drawFieldType && this.editable
return this.isSelectModeRef.value && !this.drawFieldType && this.editable && !this.drawField
},
pageSelectedAreas () {
if (!this.selectedAreasRef.value) return []