mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
fix(xgplayer): 修复pad端列表按钮交互异常问题
This commit is contained in:
parent
b7aa4aa524
commit
b8dd75b7a3
@ -74,7 +74,7 @@ export default class OptionsIcon extends Plugin {
|
||||
const { config } = this
|
||||
this.initIcons()
|
||||
IS_MOBILE = IS_MOBILE || this.domEventType === 'touch'
|
||||
if (IS_MOBILE && config.listType === LIST_TYPES.DEFAULT) {
|
||||
if (IS_MOBILE && Sniffer.device === 'mobile' && config.listType === LIST_TYPES.DEFAULT) {
|
||||
config.listType = LIST_TYPES.SIDE
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user