|
|
@ -611,7 +611,7 @@ export default { |
|
|
|
|
|
|
|
this.globalIndex = index |
|
|
|
if (this.isInPreview) return |
|
|
|
if (this.focusedCpt.tempOnlyId === item.tempOnlyId) { |
|
|
|
if (this.focusedCpt.tempOnlyId === item.tempOnlyId || item.componentFrontId==='resi-titleList-home-gridNameTitle') { |
|
|
|
this.cleanFocusCpt() |
|
|
|
} else { |
|
|
|
this.focusedCpt = { ...cloneDeep(item), demoData: JSON.stringify(item.demoData), configuration: JSON.stringify(item.configuration), demoIsUnfold: true, confIsUnfold: false } |
|
|
|