fixed recit player transition #2183
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user