提交 338d37e2 编写于 作者: C campaign

修复在 selection的isFocus有时返回空的问题

上级 da367791
......@@ -212,7 +212,7 @@
if(browser.ie9below){
var nativeRange = _getIERange(this);
return nativeRange && this.rangeInBody(nativeRange);
return !!(nativeRange && this.rangeInBody(nativeRange));
}else{
return !!this.getNative().rangeCount;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册