Fix formatting with minimal thought

This commit is contained in:
Oliver Blanthorn 2021-04-21 18:02:54 +02:00
parent 712c5fd696
commit fab765b70f
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -297,7 +297,7 @@ export abstract class CompletionSourceFuse extends CompletionSource {
/** Call to replace the current display */
updateDisplay() {
const newContainer = document.createElement("div")
const newContainer = this.optionContainer.cloneNode(false)
for (const option of this.options) {
if (option.state !== "hidden")