mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 05:41:36 +00:00
Remove commented out code
This commit is contained in:
parent
9c374f19f2
commit
c8908eb7c3
1 changed files with 0 additions and 8 deletions
|
|
@ -147,14 +147,6 @@ const ActionsGutter: React.FC<ActionsGutterProps> = ({
|
|||
strokeWidth="1"
|
||||
/>
|
||||
{buttons}
|
||||
{/* <foreignObject
|
||||
x={0}
|
||||
y={topLeft + lineHeight / 2 - 12}
|
||||
width="48"
|
||||
height="24"
|
||||
>
|
||||
<div style={{ display: "flex", flexDirection: "row" }}></div>
|
||||
</foreignObject> */}
|
||||
</g>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue