From 0a9bb6a91ce896fa36b8c6f7050e490a73b83175 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Fri, 15 Nov 2024 08:30:10 +0100 Subject: [PATCH] docs(keyboard): detail deprecation reason Co-authored-by: Jarek Danielak --- lib/features/keyboard/Keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/keyboard/Keyboard.js b/lib/features/keyboard/Keyboard.js index 9255d073c..2267af3a0 100644 --- a/lib/features/keyboard/Keyboard.js +++ b/lib/features/keyboard/Keyboard.js @@ -126,7 +126,7 @@ Keyboard.prototype._isEventIgnored = function(event) { * Bind keyboard events to the given DOM node. * * @overlord - * @deprecated + * @deprecated No longer in use since version 15.0.0. * * @param {EventTarget} node */