Select matched text when a file is opened from a full project search result (#23139)
GitOrigin-RevId: bd3b66e89b70c4fa1d77e401d9e5fa755876ce9f
This commit is contained in:
@@ -246,7 +246,8 @@ export const EditorManagerProvider: FC = ({ children }) => {
|
||||
goToLineEmitter(
|
||||
options.gotoLine,
|
||||
options.gotoColumn ?? 0,
|
||||
options.syncToPdf ?? false
|
||||
options.syncToPdf ?? false,
|
||||
options.selectionLength
|
||||
)
|
||||
},
|
||||
[goToLineEmitter]
|
||||
|
||||
Reference in New Issue
Block a user