Compare commits
No commits in common. "398bc216666f9e70724a3926a94d94919bd9ff21" and "581e2c38798badeebf0c4728e96be3434a0bc3b9" have entirely different histories.
398bc21666
...
581e2c3879
|
@ -498,9 +498,6 @@ export default {
|
|||
const fileIndex = this.viewportInfos[i].fileList.findIndex(i => i.Path === obj.fileInfo.Path)
|
||||
this.sliceIndex(fileIndex)
|
||||
} else {
|
||||
if (!this.imageType.includes(obj.fileInfo.FileType)) {
|
||||
this.fullScreenIndex = null
|
||||
}
|
||||
this.updateViewportInfos(this.activeCanvasIndex, obj)
|
||||
}
|
||||
if (this.activeCanvasIndex === this.cells.length - 1) {
|
||||
|
|
Loading…
Reference in New Issue