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
Describe the bug If I pass rtl=true (as URL parameter) and afterwards change it to rtl=false, the layout will still be in RTL mode.
rtl=true
rtl=false
To Reproduce Steps to reproduce the behavior:
Expected behavior Layout must be in LTR mode.
Server (please complete the following information):
node --version
npm --version
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Any news about that?
Sorry, something went wrong.
Confirmed.
No branches or pull requests
Describe the bug
If I pass
rtl=true
(as URL parameter) and afterwards change it tortl=false
, the layout will still be in RTL mode.To Reproduce
Steps to reproduce the behavior:
rtl=true
in URL parametersrtl=false
.Expected behavior
Layout must be in LTR mode.
Server (please complete the following information):
node --version
): v14.19.3npm --version
): 6.14.15Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: