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