fix autocomplete for libraries of peers

This commit is contained in:
j 2016-01-16 11:39:11 +05:30
parent b21d216d8c
commit 249b8628d2

View file

@ -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,