Skip to content

Fix 415232#3309

Merged
JiuqingSong merged 3 commits intomasterfrom
u/jisong/415232
Mar 23, 2026
Merged

Fix 415232#3309
JiuqingSong merged 3 commits intomasterfrom
u/jisong/415232

Conversation

@JiuqingSong
Copy link
Collaborator

Bug 415232: [In-app issue] Bulleted items in compose will randomly shift

When reuse list element, we need to apply list metadata to list element to force it has a correct list type, so that the next list item can reuse the same list element. Howerver, if this is a deeper level list item, on the upper level today we are retrieving format for a wrong list level, because we are checking context.listFormat.nodeStack.length, this can have larger value than current list value.

To solve this, add a new property for list format in context, use it to pass in the current list level, so metadata applier can know the correct list level.

@JiuqingSong JiuqingSong merged commit 874712e into master Mar 23, 2026
7 checks passed
@JiuqingSong JiuqingSong deleted the u/jisong/415232 branch March 23, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants