Skip to content

Commit

Permalink
#5497 – Refactor (BaseRenderer.ts): Cancel the creation of `selection…
Browse files Browse the repository at this point in the history
…Element`
  • Loading branch information
DmitriiP-EPAM committed Dec 3, 2024
1 parent 1dcc4b1 commit 2cda4d4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ export abstract class BaseRenderer implements IBaseRenderer {
void
>;

protected selectionElement?:
| D3SvgElementSelection<SVGLineElement, void>
| D3SvgElementSelection<SVGPathElement, void>
| D3SvgElementSelection<SVGCircleElement, void>;

protected canvasWrapper: D3SvgElementSelection<SVGSVGElement, void>;

protected canvas: D3SvgElementSelection<SVGSVGElement, void>;
Expand Down

0 comments on commit 2cda4d4

Please sign in to comment.