Add drawable copyright header

This commit is contained in:
Germain Souquet 2021-06-25 11:47:33 +01:00
parent bf89aa909e
commit a17b13f83a
2 changed files with 17 additions and 1 deletions

View file

@ -26,7 +26,7 @@ interface IProps {
export default class BackdropPanel extends React.PureComponent<IProps> {
private canvasRef: React.RefObject<HTMLCanvasElement> = createRef();
private canvasRef = createRef<HTMLCanvasElement>();
private ctx: CanvasRenderingContext2D;
static defaultProps = {