Closed SamHatami closed 1 month ago
This was a big one.
Clipboard must be handled on the UIThread, so alot of thread access check and invokes.
Moved NewItemEvent to publish on UI thread. Didn't help at all, moved to invoke ui thread by the dispatcher if access was not there.
This was a big one.
Clipboard must be handled on the UIThread, so alot of thread access check and invokes.