Remove commented out code (#2047)

This commit is contained in:
Bee 2024-06-06 03:38:57 +10:00 committed by GitHub
commit 98d9553b92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -498,16 +498,6 @@ export default function NodeToolbarComponent({
/>
</SelectItem>
)}
{/* <SelectItem value={"duplicate"}>
<ToolbarSelectItem
keyboardKey="D"
isMac={navigator.userAgent.toUpperCase().includes("MAC")}
shift={false}
value={"Duplicate"}
icon={"Copy"}
dataTestId="duplicate-button-modal"
/>
</SelectItem> */}
<SelectItem value={"copy"}>
<ToolbarSelectItem
keyboardKey="C"