fixed the issue of failling to submit form when hitting the enter key

This commit is contained in:
huangjx
2021-10-28 16:18:28 +08:00
parent 11969a4b23
commit 91cda7a7e2
3 changed files with 44 additions and 16 deletions

View File

@@ -5,6 +5,7 @@ use OCA\NCDownloader\Search\torrentSearch;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http\JSONResponse;
use OCP\IRequest;
use OCA\NCDownloader\Tools\Helper;
class SearchController extends Controller
{