Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Fixed 'Bug 58102 - FocusCurrentDocument command doesn't work if you #2789

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -424,6 +424,7 @@ protected override void Run ()
{
IdeApp.Workbench.ActiveDocument.Select ();
IdeApp.Workbench.ActiveDocument.Editor.StartCaretPulseAnimation ();
IdeApp.Workbench.ActiveDocument.Editor.GrabFocus ();
}

}
Expand Down