You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
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