本文介绍了viewer.impl.disableRollover(真);不工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Forge 的库中似乎发生了一些变化,因为突然 viewer.impl.disableRollover(true); 停止工作.

Seems like something changed in Forge's library as suddenly viewer.impl.disableRollover(true); has stopped working.

有人可以确认或否认这一点吗?

Would anyone kindly confirm or deny this?

推荐答案

试试看:

 viewer.disableHighlight(true)

请记住,viewer.impl. 下的每个方法都不是公共 API 的一部分,并且可能会从一个版本更改为另一个版本.

Keep in mind that every method under viewer.impl. is NOT part of the public API and is subject to change from one version to another.

这篇关于viewer.impl.disableRollover(真);不工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 07:11