mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-06 19:18:22 +01:00
Merge branch 'red/menu-stories--fix' into red/chatview
This commit is contained in:
commit
87255cf688
@ -147,6 +147,7 @@ export const DefaultRendererLeftPositioned: Story = {
|
|||||||
},
|
},
|
||||||
args: {
|
args: {
|
||||||
items: items,
|
items: items,
|
||||||
|
isVisible: false,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -208,6 +209,7 @@ export const DefaultRendererRightPositioned: Story = {
|
|||||||
},
|
},
|
||||||
args: {
|
args: {
|
||||||
items: items,
|
items: items,
|
||||||
|
isVisible: false,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -269,6 +271,7 @@ export const DefaultRendererBottomRightPositioned: Story = {
|
|||||||
},
|
},
|
||||||
args: {
|
args: {
|
||||||
items: items,
|
items: items,
|
||||||
|
isVisible: false,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -330,6 +333,7 @@ export const DefaultRendererBottomLeftPositioned: Story = {
|
|||||||
},
|
},
|
||||||
args: {
|
args: {
|
||||||
items: items,
|
items: items,
|
||||||
|
isVisible: false,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -402,6 +406,7 @@ export const CustomRenderer: Story = {
|
|||||||
},
|
},
|
||||||
args: {
|
args: {
|
||||||
items: items,
|
items: items,
|
||||||
|
isVisible: false,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -467,5 +472,6 @@ export const ContextMenu: Story = {
|
|||||||
},
|
},
|
||||||
args: {
|
args: {
|
||||||
items: items,
|
items: items,
|
||||||
|
isVisible: false,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user