Merge pull request #599 from xfvvvv/patch-1

Fix onTextSelection and onEndTextSelection stack overflow issue
pull/600/head
Yoshifumi Kawai 2024-07-01 15:45:30 +09:00 committed by GitHub
commit 4eee2c9270
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