Skip to content

Commit

Permalink
Fixed indent level for making a new list
Browse files Browse the repository at this point in the history
  • Loading branch information
macarooni-man committed Jan 21, 2025
1 parent 1595542 commit bacb8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -24828,7 +24828,7 @@ def replace_text(val, *args):
self.line + 1,
'__list__',
'',
self.indent_level,
self.indent_level if self.is_list_item else self.indent_level + 1,
False,
False,
max_line_count,
Expand Down

0 comments on commit bacb8e5

Please sign in to comment.