Skip to content

Commit

Permalink
fix(docs): line space
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Aug 15, 2024
1 parent a756856 commit 51b661d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class DocAutoFormatController extends Disposable {
return false;
}
return true;
} else if (paragraphs.length > 1) {
} else if (paragraphs.length > 1 && paragraphs.some((p) => p.bullet)) {
return true;
}
return false;
Expand Down

0 comments on commit 51b661d

Please sign in to comment.