mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix unwanted automatic fill of all algorithms when there is no input in the locator
This commit is contained in:
parent
2856e7d2a9
commit
0a1d22574a
@ -83,6 +83,9 @@ class AlgorithmLocatorFilter(QgsLocatorFilter):
|
||||
if (context.usingPrefix and not string):
|
||||
self.resultFetched.emit(result)
|
||||
|
||||
if not string:
|
||||
return
|
||||
|
||||
string = string.lower()
|
||||
tagScore = 0
|
||||
tags = [*a.tags(), a.provider().name(), a.group()]
|
||||
|
Loading…
x
Reference in New Issue
Block a user