-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Try to make focused document more secure
Couple of changes here: - changed focusedDocument to AtomicReference, since while debugging I noticed that it stopped changing - moved setting focusedDocument up just in case - added to change focus onChange, since that would indicate properly something is being worked on when clients don't support metals/didFocus - added older focused documents to active file queue Hopefully those changes will fix an issue where focusedDocument stops changing.
- Loading branch information
Showing
1 changed file
with
27 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters