Adds copy to svg
This commit is contained in:
parent
124b70b262
commit
fc2e3b3c4c
9 changed files with 148 additions and 14 deletions
|
@ -208,6 +208,14 @@ export default function ContextMenu({
|
|||
/>
|
||||
)}
|
||||
<MoveToPageMenu />
|
||||
<Button onSelect={() => state.send('COPIED_TO_SVG')}>
|
||||
<span>Copy to SVG</span>
|
||||
<kbd>
|
||||
<span>{commandKey()}</span>
|
||||
<span>⇧</span>
|
||||
<span>C</span>
|
||||
</kbd>
|
||||
</Button>
|
||||
<StyledDivider />
|
||||
<Button onSelect={() => state.send('DELETED')}>
|
||||
<span>Delete</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue