[#302] Add ListMaxIndentLevelPlugin on Editor #330
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#302
Changes
에디터 리스트 노드의 인덴트 깊이를 제한하는 플러그인입니다.
maxDepth
를 초과하는 경우true
를 리턴하는 함수를INDENT_CONTENT_COMMAND
디폴트 리스너보다 높은 우선순위로 등록합니다.Lexical
의 커맨드 리스너는true
를 리턴하면 다음 순위의 리스너로 전파를 중단합니다.