Add allowLooping opt for tab completion. Make peeking work.
This commit is contained in:
@@ -91,6 +91,7 @@ module.exports = React.createClass({
|
||||
this.tabComplete = new TabComplete({
|
||||
startingWordSuffix: ": ",
|
||||
wordSuffix: " ",
|
||||
allowLooping: false,
|
||||
onStateChange: (isCompleting) => {
|
||||
this.forceUpdate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user