1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-12-24 17:39:07 +08:00
parent ef46e4cb08
commit 11940798e8
1 changed files with 4 additions and 0 deletions

View File

@ -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