Skip to content

Commit 3c4b9a5

Browse files
(add) added ON_HOVER_EXIT to actions in order to make a more responsive onHover feature
Co-authored-by: Alexander Landeros <[email protected]>
1 parent e39a4e3 commit 3c4b9a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/constants/actionTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ export const SET_TAB = 'SET_TAB';
1414
export const DELETE_TAB = 'DELETE_TAB';
1515
export const SLIDER_ZERO = 'SLIDER_ZERO';
1616
export const ON_HOVER = 'ON_HOVER';
17+
export const ON_HOVER_EXIT = 'ON_HOVER_EXIT';

0 commit comments

Comments
 (0)