scaling body on click with easing

This commit is contained in:
2023-03-29 21:49:45 +02:00
parent 4727333dd6
commit a74fe1d9b5
5 changed files with 79 additions and 23 deletions

View File

@@ -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;
}
}