1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
ef46e4cb08
commit
11940798e8
|
|
@ -2533,6 +2533,10 @@ export default {
|
||||||
if (this.isFusion || this.isMPR) {
|
if (this.isFusion || this.isMPR) {
|
||||||
const confirm = await this.$confirm(this.$t('trials:reading:confirm:changeStack'))
|
const confirm = await this.$confirm(this.$t('trials:reading:confirm:changeStack'))
|
||||||
if (!confirm) return false
|
if (!confirm) return false
|
||||||
|
if (this.isMPR) {
|
||||||
|
this.rows = 1
|
||||||
|
this.cols = 1
|
||||||
|
}
|
||||||
this.isFusion = false
|
this.isFusion = false
|
||||||
this.isMPR = false
|
this.isMPR = false
|
||||||
this.fullScreenIndex = null
|
this.fullScreenIndex = null
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue