mirror of
https://github.com/Eugeny/tabby.git
synced 2025-03-07 15:17:10 +08:00
Change search options to not be static/global
This commit is contained in:
parent
cbc60c606c
commit
35289a54b3
@ -8,11 +8,10 @@ import { Frontend, SearchOptions } from '../frontends/frontend'
|
||||
styles: [require('./searchPanel.component.scss')],
|
||||
})
|
||||
export class SearchPanelComponent {
|
||||
static globalOptions: SearchOptions = {}
|
||||
@Input() query: string
|
||||
@Input() frontend: Frontend
|
||||
notFound = false
|
||||
options: SearchOptions = SearchPanelComponent.globalOptions
|
||||
options: SearchOptions = {}
|
||||
|
||||
@Output() close = new EventEmitter()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user