You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KeyboardEvent.keyCode is deprecated. Applications should use KeyboardEvent.code instead. The JS SDK still uses keyCode in some places; these should be updated.
Target Platform
JS
Problem Description
KeyboardEvent.keyCodeis deprecated. Applications should useKeyboardEvent.codeinstead. The JS SDK still useskeyCodein some places; these should be updated.