scaling body on click with easing
This commit is contained in:
@@ -45,7 +45,7 @@ export const ConcernementsStore = defineStore({
|
||||
})
|
||||
},
|
||||
openCloseConcernement (id, state) {
|
||||
console.log('openCloseConcernement', id, state);
|
||||
// console.log('openCloseConcernement', id, state);
|
||||
this.concernementsByID[id].opened = state;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user