Platine etape 1
This commit is contained in:
@@ -46,8 +46,6 @@ export const useUiStore = defineStore('ui', {
|
||||
dataStore.boxes.forEach((box) => {
|
||||
box.state = 'box-list'
|
||||
})
|
||||
// Scroll back to the unselected box in the list
|
||||
if (selectedBox) this.scrollToBox(selectedBox)
|
||||
},
|
||||
|
||||
scrollToBox(box: Box) {
|
||||
|
||||
Reference in New Issue
Block a user