mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 05:50:09 +00:00
修复TriggerTooltip()接口在指定0或最大index时可能无法触发的问题
This commit is contained in:
@@ -733,6 +733,7 @@ namespace XCharts.Runtime
|
||||
[Since("v3.7.0")]
|
||||
public void CancelTooltip()
|
||||
{
|
||||
m_PointerEventData = null;
|
||||
var tooltip = GetChartComponent<Tooltip>();
|
||||
if (tooltip != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user