mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Fix formatting with minimal thought
This commit is contained in:
parent
712c5fd696
commit
fab765b70f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue