fixed recit player transition #2183

This commit is contained in:
2023-07-14 22:48:50 +02:00
parent c9b226f649
commit 0507cfcdcb
5 changed files with 74 additions and 23 deletions

View File

@@ -238,6 +238,8 @@ export const ConcernementsStore = defineStore({
openCloseConcernements (id) {
console.log(`openCloseConcernements id: ${id}`);
var state;
this.opened_concernement = null;
this.opened_recit = null;
this.concernements.forEach((c, i) => {
state = id === c.id;
// console.log(`openCloseConcernements foreach id: ${id}, c.id: ${c.id}, state: ${state}`, id, c.id);