Skip to content

Conversation

amunger
Copy link
Collaborator

@amunger amunger commented Oct 10, 2022

fixes #130587

Use the same find widget as notebooks, but disable 'replace'

} else {
const match = findMatch.matches[matchIndex] as FindMatch;
findMatch.cell.updateEditState(CellEditState.Editing, 'find');
findMatch.cell.isInputCollapsed = false;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only input matters for now, we don't find results within collapsed outputs

@amunger amunger merged commit b4e1d3b into microsoft:main Oct 17, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

in native interactive window, text search/find is missing
2 participants