Closed maerteijn closed 3 years ago
When I enabled the search input in a chooser dialog I get these javascript errors:
This is because the .abort() method is called on the variable request which should be searchRequest. This PR fixes this.
.abort()
request
searchRequest
Thanks @maerteijn! Merged in 025ed54ff7f119bc6db8e180c263b667d2c96db9.
When I enabled the search input in a chooser dialog I get these javascript errors:
This is because the
.abort()
method is called on the variablerequest
which should besearchRequest
. This PR fixes this.