Skip to content

Commit

Permalink
Update src/components/Sing/SequencerDummyGrid.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
sigprogramming and Hiroshiba authored Jan 22, 2025
1 parent adad0e2 commit 7662a2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Sing/SequencerDummyGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ if (injectedValue == undefined) {
throw new Error("injectedValue is undefined.");
}
const gridWidth = injectedValue.gridWidth;
const gridHeight = injectedValue.gridHeight;
const { gridWidth, gridHeight } = injectedValue;
</script>

<style scoped lang="scss">
Expand Down

0 comments on commit 7662a2f

Please sign in to comment.