fix(form-select): 修复由 #2138 导致的移动端无法选中问题 (#2181)

This commit is contained in:
morning-star
2024-08-21 14:06:36 +08:00
committed by GitHub
parent d9635625e1
commit d54f721027

View File

@@ -748,7 +748,7 @@ layui.define(['lay', 'layer', 'util'], function(exports){
// 用于开启 lay-append-to 时兼容 dropdown
dl.on('mousedown pointerdown touchstart', function(e){
return false;
layui.stope(e);
})
reElem.find('dl>dt').on('click', function(e){