Merge pull request #599 from xfvvvv/patch-1

Fix onTextSelection and onEndTextSelection stack overflow issue
This commit is contained in:
Yoshifumi Kawai
2024-07-01 15:45:30 +09:00
committed by GitHub

View File

@@ -339,7 +339,7 @@ namespace Cysharp.Threading.Tasks
void InvokeCore(string item1, int item2, int item3)
{
innerEvent.Invoke(item1, item2, item3);
Invoke((item1, item2, item3));
}
public void Dispose()
@@ -855,4 +855,4 @@ namespace Cysharp.Threading.Tasks
}
}
#endif
#endif