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

Commit e8b2c68

Browse files
committed
fix merge error
1 parent 39bae28 commit e8b2c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/Components/EditorElement/EditorElementGoToDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private async Task GoToDefinition(MouseButtonEventArgs e)
4646

4747
await Task.Delay(100);
4848

49-
if (Program.MainWindow.TryLoadSourceFile(file, out var newEditor, true, false, true) &&
49+
if (Program.MainWindow.TryLoadSourceFile(file, out var newEditor, false, true) &&
5050
newEditor != null)
5151
{
5252
newEditor.editor.TextArea.Caret.Offset = sm.Index;

0 commit comments

Comments
 (0)