We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In ruler/packages/react-ruler/src/react-ruler/Ruler.tsx
There is context.lineWidth = 1; in line 134
context.lineWidth = 1;
Is there any way to change the value of lineWidth? Didnt find it on the API. Thanks ahead.
The text was updated successfully, but these errors were encountered:
@ViktorTheFirst
OK, I'll add it in the next update.(in 11.10)
Sorry, something went wrong.
feat: add lineWidth prop #32
f3dbc1d
ruler's new version is released. lineWidth prop is added.
lineWidth
Check it again.
No branches or pull requests
Environments
Description
In ruler/packages/react-ruler/src/react-ruler/Ruler.tsx
There is
context.lineWidth = 1;
in line 134Is there any way to change the value of lineWidth?
Didnt find it on the API.
Thanks ahead.
The text was updated successfully, but these errors were encountered: