Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition in
ThreadedHistory
.
The Lock in `ThreadedHistory` was not always properly released, and because of that, in situations where the user was pasting enormous amounts of text, the application could freeze at the point where lines were added to the history.
- Loading branch information