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
ListMaxIndentLevelPlugin
maxDepth
The playground has a max depth of 7 for list indents but you can bypass it by pasting the indents as shown in the screen recording
Lexical version: 0.12.2
0.12.2
maxDepth for ListMaxIndentLevelPlugin only stops directly indenting lists in the editor
Even when pasting indented content it should still adhere to maxDepth by the editor, it should remove those extra indents.
The text was updated successfully, but these errors were encountered:
Hi @etrepum. I solved the issue. Please have a look #6718
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The playground has a max depth of 7 for list indents but you can bypass it by pasting the indents as shown in the screen recording
lexical_list_indent_bug.mov
Lexical version:
0.12.2
Steps To Reproduce
The current behavior
maxDepth for
ListMaxIndentLevelPlugin
only stops directly indenting lists in the editorThe expected behavior
Even when pasting indented content it should still adhere to maxDepth by the editor, it should remove those extra indents.
The text was updated successfully, but these errors were encountered: