Enable add/remove manga from library in source global search on long press (#729)
Was supposed to be added with 29860482a6
This commit is contained in:
@@ -247,7 +247,7 @@ export const SearchAll: React.FC = () => {
|
||||
onSearchRequestFinished={updateSourceLoadingState}
|
||||
searchString={searchString}
|
||||
emptyQuery={!query}
|
||||
mode={isMigrateMode ? 'migrate.select' : undefined}
|
||||
mode={isMigrateMode ? 'migrate.select' : 'source'}
|
||||
/>
|
||||
))}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user