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

List Template doesn't owner #12

Closed
tqumhieh opened this issue Nov 22, 2016 · 0 comments
Closed

List Template doesn't owner #12

tqumhieh opened this issue Nov 22, 2016 · 0 comments

Comments

@tqumhieh
Copy link

in Botly.js @ line 474 within method Botly.prototype.createListTemplate
the code top_element_style: TOP_ELEMENT_STYLE.LARGE || options.top_element_style
should be changed to
top_element_style: options.top_element_style || TOP_ELEMENT_STYLE.LARGE

otherwise it is always the style is always set to large

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant