1
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-24 17:39:07 +08:00
parent ef46e4cb08
commit 11940798e8
@@ -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