mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
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:
commit
bca3d9469a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ MouseArea {
|
|||
property var fetchMoreTriggerClicked: function(){}
|
||||
property var resultClicked: function(){}
|
||||
|
||||
enabled: !isFetchMoreTrigger || !isSearchInProgress
|
||||
enabled: !isSearchInProgress
|
||||
hoverEnabled: enabled
|
||||
|
||||
height: Style.unifiedSearchItemHeight
|
||||
|
|
Loading…
Reference in a new issue