mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 02:10:24 +00:00
fix: fix flash when show repo res (#6277)
This commit is contained in:
@@ -282,7 +282,7 @@ export default class AISearch extends Component {
|
||||
inputValue: newValue,
|
||||
isLoading: false,
|
||||
highlightIndex: 0,
|
||||
resultItems: [],
|
||||
// resultItems: [],
|
||||
isResultGetted: false,
|
||||
}, () => {
|
||||
if (trimmedValue !== '') {
|
||||
|
@@ -244,7 +244,7 @@ class Search extends Component {
|
||||
inputValue: newValue,
|
||||
isLoading: false,
|
||||
highlightIndex: 0,
|
||||
resultItems: [],
|
||||
// resultItems: [],
|
||||
isResultGetted: false,
|
||||
}, () => {
|
||||
if (trimmedValue !== '') {
|
||||
|
Reference in New Issue
Block a user