分割窗口放大页面跳转与分割片段默认跳转功能互不干扰
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
8b6432ad14
commit
477b6935ff
|
|
@ -668,7 +668,8 @@ export default {
|
|||
this.segmentIndex = item.segmentIndex;
|
||||
}
|
||||
segmentation.segmentIndex.setActiveSegmentIndex(item.segmentationId, item.segmentIndex);
|
||||
this.jumpBidirectional(item)
|
||||
if (isChange) { this.jumpBidirectional(item) }
|
||||
|
||||
if (item.lock) {
|
||||
this.$emit('setToolsPassive')
|
||||
}
|
||||
|
|
@ -679,7 +680,7 @@ export default {
|
|||
segmentation.activeSegmentation.setActiveSegmentation(id, this.segmentationId)
|
||||
})
|
||||
let segment = s ? s : this.segmentList.find(item => item.segmentationId === this.segmentationId).segments[0]
|
||||
this.selectSegment(segment)
|
||||
this.selectSegment(segment, s ? false : true)
|
||||
this.readingSegmentByConfig()
|
||||
},
|
||||
async addSegmentGroup() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue