Browse Source

fix(flow): 回滚 #1852 中加载时自动清除绑定元素内容的改动 (#2218)

pull/2228/head
morning-star 2 months ago committed by GitHub
parent
commit
5e707cec12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/modules/flow.js

1
src/modules/flow.js

@ -196,7 +196,6 @@ layui.define('jquery', function(exports){
Flow.prototype._cleanup = function(elem, scrollElem){
scrollElem.off('scroll.flow').off('scroll.lazyimg');
elem.find('.layui-flow-more').find('a').off('click.flow');
elem.html('');
}
//暴露接口

Loading…
Cancel
Save