Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijabase committed Nov 11, 2022
1 parent 39bae28 commit e8b2c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Components/EditorElement/EditorElementGoToDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private async Task GoToDefinition(MouseButtonEventArgs e)

await Task.Delay(100);

if (Program.MainWindow.TryLoadSourceFile(file, out var newEditor, true, false, true) &&
if (Program.MainWindow.TryLoadSourceFile(file, out var newEditor, false, true) &&
newEditor != null)
{
newEditor.editor.TextArea.Caret.Offset = sm.Index;
Expand Down

0 comments on commit e8b2c68

Please sign in to comment.