Skip to content

Commit

Permalink
Change: 縦方向に制限する
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 19, 2024
1 parent d5da914 commit b0ce215
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/Sing/SequencerGrid/index.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@ const meta: Meta<typeof Presentation> = {
},
],
zoomX: 0.25,
zoomY: 1.0,
zoomY: 0.75,
tpqn: 480,
snapType: 16,
numMeasures: 32,
},

render: (args) => ({
components: { Presentation },
setup() {
return { args };
},
template: `<div style="width: 100vw; height: 400px; overflow: hidden;"><Presentation v-bind="args" /></div>`,
}),
};

export default meta;
Expand Down

0 comments on commit b0ce215

Please sign in to comment.