Merge pull request #5266 from nextcloud/bugfix/fetch-more-fix

Fix fetch more unified search result item not being clickable
This commit is contained in:
Claudio Cambra 2023-01-24 12:24:38 +01:00 committed by GitHub
commit bca3d9469a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ MouseArea {
property var fetchMoreTriggerClicked: function(){}
property var resultClicked: function(){}
enabled: !isFetchMoreTrigger || !isSearchInProgress
enabled: !isSearchInProgress
hoverEnabled: enabled
height: Style.unifiedSearchItemHeight