fix autocomplete for libraries of peers
This commit is contained in:
parent
b21d216d8c
commit
249b8628d2
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ oml.ui.findElement = function() {
|
|||
list = ui._list && findIn == 'list'
|
||||
? ui._list
|
||||
: findIn == 'user'
|
||||
? ':'
|
||||
? ui._list.split(':')[0] + ':'
|
||||
: void 0;
|
||||
oml.api.autocomplete({
|
||||
key: key,
|
||||
|
|
Loading…
Reference in a new issue