Fix onTextSelection and onEndTextSelection stack overflow issue

pull/599/head
Chelal 2024-06-29 21:51:27 +08:00 committed by GitHub
parent fbe0bf8515
commit 222b1401f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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