Skip to content

Commit 1b16db9

Browse files
committed
Reset suggestion index on fetch
1 parent a0efc09 commit 1b16db9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Core/Sources/Service/Workspace.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ extension Workspace {
138138
)
139139

140140
filespace.suggestions = completions
141+
filespace.suggestionIndex = 0
141142

142143
return completions
143144
}

0 commit comments

Comments
 (0)