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

pull/2228/head
morning-star 2024-09-14 14:43:34 +08:00 committed by GitHub
parent f7df4ce82e
commit 5e707cec12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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('');
}
//暴露接口