mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 01:25:38 -05:00
show find in notebook when opening from searchResults view (#14447)
* initial changes * open notebook through our command * address comments
This commit is contained in:
@@ -321,6 +321,10 @@ export class FindWidget extends Widget implements IOverlayWidget, IVerticalSashL
|
||||
this._findInput.focus();
|
||||
}
|
||||
|
||||
public setFindInput(searchTerm: string): void {
|
||||
this._findInput.inputBox.value = searchTerm;
|
||||
}
|
||||
|
||||
public highlightFindOptions(): void {
|
||||
this._findInput.highlightFindOptions();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user