Skip to content

Commit

Permalink
scan1d default editScan set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
cyang019 committed Jun 20, 2020
1 parent 4481cd9 commit 2561224
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ export default {
nameChanged () {
if (this.scanType === 'EmrLength') {
this.tempChannels = []
this.resetRange()
} else {
let emrGetter = this.getEmrByName()
let tempEmr = emrGetter(this.name)
Expand Down Expand Up @@ -372,7 +371,7 @@ export default {
end: 0,
step: 1
},
editScan: true,
editScan: false,
hoverScanContent: false,
tempChannels: []
Expand Down

0 comments on commit 2561224

Please sign in to comment.