Skip to content

Commit

Permalink
fix(ADA-98): Moderation - focus should return to plugin button (#827)
Browse files Browse the repository at this point in the history
export focusElement function. part of - #71

solves ADA-98
  • Loading branch information
Tzipi-kaltura committed Dec 18, 2023
1 parent 7a185ce commit aebbc8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export {bindActions} from './bind-actions';
export {focusElement} from './focus-element';
export {KeyMap} from './key-map';
export {default as getLogger} from './logger';
export {withKeyboardA11y} from './popup-keyboard-accessibility';
Expand Down

0 comments on commit aebbc8c

Please sign in to comment.