-
Notifications
You must be signed in to change notification settings - Fork 357
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
Option to hide statusbar #535
Labels
Comments
you can disable all of these options https://xdsoft.net/jodit/play.html?showCharsCounter=false&showWordsCounter=false&showXPathInStatusbar=false |
Thanks @xdan! That works for me. I still think however that it makes more sense to add a flag option to hide the status bar. |
xdan
added a commit
that referenced
this issue
Oct 28, 2020
vinhtranchau
added a commit
to vinhtranchau/jodit-repo
that referenced
this issue
Jan 18, 2023
Add css below to hide: .jodit-status-bar-link { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jodit Version: 3.4.29
Browser: Chrome, FF
OS: Windows
Is React App: False
Code
Expected behavior:
I would expect the statusbar to stay hidden always.
Actual behavior:
However, when I switch to the source view, the statusbar reappears. And it stays there even after I switch back to the rich text view.
I have expected a simple option to be there, when set the statusbar is not shown at all.
The text was updated successfully, but these errors were encountered: