Enable brace-style eslint rules
This commit is contained in:
parent
73bdcdfd0a
commit
5a8f484a03
9 changed files with 54 additions and 13 deletions
|
@ -151,7 +151,9 @@ export class MentionCompletion {
|
|||
|
||||
const range = this.quill.getSelection();
|
||||
|
||||
if (range === null) return;
|
||||
if (range === null) {
|
||||
return;
|
||||
}
|
||||
|
||||
const member = this.results[resultIndex];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue