fix: corrections for spotlight searchers (#3275)
This commit is contained in:
@@ -129,9 +129,7 @@ const downloadResponse = (str: string) => {
|
||||
}
|
||||
|
||||
defineActionHandler("response.file.download", () =>
|
||||
downloadResponse.bind(responseString.value)
|
||||
)
|
||||
defineActionHandler("response.copy", () =>
|
||||
copyResponse.bind(responseString.value)
|
||||
downloadResponse(responseString.value)
|
||||
)
|
||||
defineActionHandler("response.copy", () => copyResponse(responseString.value))
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user