Skip to content

Commit

Permalink
[#957][3.0] DatePicker > shortcut 연속으로 눌렀을 때 active 해제되는 버그 수정 (#958)
Browse files Browse the repository at this point in the history
Co-authored-by: Hye Yeon, Kim <hy2on@ex-em.com>
  • Loading branch information
h2yeon and hyeonbbang authored Nov 26, 2021
1 parent 60ed7ca commit aa903f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evui",
"version": "3.1.44",
"version": "3.1.45",
"description": "A EXEM Library project",
"author": "exem <dev_client@ex-em.com>",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/components/datePicker/uses.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ export const useShortcuts = (param) => {
}

clearShortcuts();
activeShortcut(targetKey);
};

watch(
Expand Down

0 comments on commit aa903f3

Please sign in to comment.