Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The param:align is invalid on method:cell? #3194

Open
panjp-git opened this issue Jun 23, 2021 · 4 comments · May be fixed by #3782
Open

The param:align is invalid on method:cell? #3194

panjp-git opened this issue Jun 23, 2021 · 4 comments · May be fixed by #3782

Comments

@panjp-git
Copy link

Source:
modules/cell.js, line 257
param:align is never used.

...
currentCell = new Cell(
arguments[0],
arguments[1],
arguments[2],
arguments[3],
arguments[4],
arguments[5]
);
...

arguments[6] is align, but I can't find the param.

@HackbrettXXX
Copy link
Collaborator

Thanks for the report. Could you prepare a PR that fixes it?

@mstomar698
Copy link

Is this open yet?

@TechWizard9999
Copy link

😊 "I'd be delighted to work on this issue, @panjp-git ! Could you please assign it to me?"

@adityakumar48
Copy link

close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment