mirror of https://github.com/Cysharp/UniTask
Fix onTextSelection and onEndTextSelection stack overflow issue
parent
fbe0bf8515
commit
222b1401f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue