fix(storybook): page tags display (#4924)

This commit is contained in:
Peng Xiao
2023-11-14 09:45:12 +08:00
committed by GitHub
parent 993974d20d
commit 76b585d1ef
3 changed files with 51 additions and 18 deletions
@@ -67,6 +67,31 @@ AffineNewPageButton.play = async ({ canvasElement }) => {
};
const testTags = [
{
color: 'red',
id: 'test-tag-id-cccc',
value: 'cccccccccccccccc',
},
{
color: 'red',
id: 'test-tag-id-a',
value: 'a',
},
{
color: 'red',
id: 'test-tag-id-b',
value: 'b',
},
{
color: 'red',
id: 'test-tag-id-c',
value: 'c',
},
{
color: 'red',
id: 'test-tag-id-d',
value: 'd',
},
{
color: 'red',
id: 'test-tag-id-0',