@@ -2533,6 +2533,10 @@ export default {
|
||||
if (this.isFusion || this.isMPR) {
|
||||
const confirm = await this.$confirm(this.$t('trials:reading:confirm:changeStack'))
|
||||
if (!confirm) return false
|
||||
if (this.isMPR) {
|
||||
this.rows = 1
|
||||
this.cols = 1
|
||||
}
|
||||
this.isFusion = false
|
||||
this.isMPR = false
|
||||
this.fullScreenIndex = null
|
||||
|
||||
Reference in New Issue
Block a user