Implement completion scroll
This commit is contained in:
parent
0c2fcf74bb
commit
014963b327
3 changed files with 49 additions and 4 deletions
|
@ -7,6 +7,7 @@ const defaultState = {
|
|||
completionSource: '',
|
||||
completions: [],
|
||||
select: -1,
|
||||
viewIndex: 0,
|
||||
};
|
||||
|
||||
const nextSelection = (state) => {
|
||||
|
|
Reference in a new issue