Merge pull request #460 from lieren2023/lieren2023-patch-32

修复关闭触屏模式时手机端长按多弹出一个介绍框的bug
This commit is contained in:
Spmario233 2023-10-04 16:36:03 +08:00 committed by GitHub
commit f4d872df68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7703,7 +7703,7 @@
if(left){
node.listen(ui.click.intro);
}
if(lib.config.hover_all){
if(lib.config.hover_all&&!lib.device){
lib.setHover(node,ui.click.hoverplayer);
}
if(lib.config.right_info){