From 4d839774c1afaa6cd3c18d6aee6679ef4d3e7eba Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Thu, 2 Sep 2021 11:11:49 +0300 Subject: [PATCH] Additional tag for useKeyPress --- snippets/useKeyPress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/useKeyPress.md b/snippets/useKeyPress.md index 5fdcdd33a..41481504a 100644 --- a/snippets/useKeyPress.md +++ b/snippets/useKeyPress.md @@ -1,6 +1,6 @@ --- title: useKeyPress -tags: hooks,state,effect,intermediate +tags: hooks,state,effect,event,intermediate firstSeen: 2021-09-07T05:00:00-04:00 ---