Implement completion scroll

This commit is contained in:
Shin'ya Ueoka 2019-02-13 22:11:35 +09:00
parent 0c2fcf74bb
commit 014963b327
3 changed files with 49 additions and 4 deletions

View file

@ -7,6 +7,7 @@ const defaultState = {
completionSource: '',
completions: [],
select: -1,
viewIndex: 0,
};
const nextSelection = (state) => {