Replies: 1 comment 1 reply
-
@Canato |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wanna make a small suggestion related to name of this amazing function.
I was using
isRtlSupport(true)
to set I want the support.But instead I should be passing if RTL is active now, more like
isRtlSupport(checkRTL())
Sadly this took me one day to realise =/
Not a big issue, but maybe have room for improvement?
e.g.
/** sets a flag for enabling rtl support */
->/** sets a flag when rtl is enable/active */
isRtlSupport()
->isRtlActive()
🤔 what you think?
Beta Was this translation helpful? Give feedback.
All reactions