Add drawable copyright header
This commit is contained in:
parent
bf89aa909e
commit
a17b13f83a
2 changed files with 17 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue