mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-17 17:10:03 +01:00
Remove redundant comment from suggestions.ts
This commit is contained in:
parent
7cf02793e1
commit
84ecf1ea4e
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ export class SuggestionsPopup {
|
||||||
tabIndex: -1,
|
tabIndex: -1,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Make the container connected to DOM to make sure it's rendered when we unhide it
|
|
||||||
document.body.appendChild(this.container);
|
document.body.appendChild(this.container);
|
||||||
this.items = [];
|
this.items = [];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue