mirror of https://github.com/layui/layui
优化 `layer.photos` 鼠标滚轮事件
parent
a33b7cd59a
commit
ee76081230
|
@ -1598,6 +1598,7 @@ layer.photos = function(options, loop, key){
|
|||
} else {
|
||||
zoomElem.eq(1).trigger('click');
|
||||
}
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue