Adds copy to svg

This commit is contained in:
Steve Ruiz 2021-06-20 23:01:40 +01:00
parent 124b70b262
commit fc2e3b3c4c
9 changed files with 148 additions and 14 deletions

View file

@ -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>