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'
|
list = ui._list && findIn == 'list'
|
||||||
? ui._list
|
? ui._list
|
||||||
: findIn == 'user'
|
: findIn == 'user'
|
||||||
? ':'
|
? ui._list.split(':')[0] + ':'
|
||||||
: void 0;
|
: void 0;
|
||||||
oml.api.autocomplete({
|
oml.api.autocomplete({
|
||||||
key: key,
|
key: key,
|
||||||
|
|
Loading…
Reference in a new issue