fix draw custom field
This commit is contained in:
@@ -261,7 +261,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
isSelectMode () {
|
isSelectMode () {
|
||||||
return this.isSelectModeRef.value && !this.drawFieldType && this.editable && !this.drawField
|
return this.isSelectModeRef.value && !this.drawFieldType && this.editable && !this.drawField && !this.drawCustomField
|
||||||
},
|
},
|
||||||
pageSelectedAreas () {
|
pageSelectedAreas () {
|
||||||
if (!this.selectedAreasRef.value) return []
|
if (!this.selectedAreasRef.value) return []
|
||||||
|
|||||||
Reference in New Issue
Block a user