From 10927289f767f26c7685c66c59c191c7fce227a5 Mon Sep 17 00:00:00 2001 From: Unni Krishnan Date: Tue, 4 Oct 2022 16:16:27 +0530 Subject: [PATCH] Removed duplicate onHover (#4236) * Removed duplicate function * fix --- frontend/src/_helpers/appUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/_helpers/appUtils.js b/frontend/src/_helpers/appUtils.js index aa73e6271d..7c0c22eddf 100644 --- a/frontend/src/_helpers/appUtils.js +++ b/frontend/src/_helpers/appUtils.js @@ -484,7 +484,6 @@ export async function onEvent(_ref, eventName, options, mode = 'edit') { 'onPageChanged', 'onSearch', 'onChange', - 'onHover', 'onEnterPressed', 'onSelectionChange', 'onSelect',