fix(dom) getCurrentByPosition: current not LI

This commit is contained in:
coderaiser 2015-05-22 05:48:48 -04:00
parent b210a784e1
commit c2f087a93d

View file

@ -1013,6 +1013,9 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
}
}
if (element && element.tagName !== 'LI')
element = null;
return element;
};