feat: add visible
This commit is contained in:
@@ -50,6 +50,15 @@ const ContextMenu = () => {
|
||||
>
|
||||
<Button>自定义</Button>
|
||||
</div>
|
||||
<div
|
||||
style={{ width: '100%' }}
|
||||
onClick={() => {
|
||||
commander.exec('hide');
|
||||
handleclick();
|
||||
}}
|
||||
>
|
||||
<Button style={{ width: '100%' }}>隐藏</Button>
|
||||
</div>
|
||||
<div
|
||||
style={{ width: '100%' }}
|
||||
onClick={() => {
|
||||
|
Reference in New Issue
Block a user