🚚(github) update all mentions to github repo
github repo moved from numerique-gouv to suitenumerique org
This commit is contained in:
committed by
Marie
parent
e297a025c3
commit
3de495a489
@@ -15,7 +15,7 @@ export const Modal: React.FC<ModalProps> = ({ children, ...props }) => {
|
||||
/**
|
||||
* @description used to prevent elements to be navigable by keyboard when only a DOM mutation causes the elements to be
|
||||
* in the document
|
||||
* @see https://github.com/numerique-gouv/people/pull/379
|
||||
* @see https://github.com/suitenumerique/people/pull/379
|
||||
*/
|
||||
export const usePreventFocusVisible = (elements: string[]) => {
|
||||
useEffect(() => {
|
||||
|
||||
@@ -62,7 +62,7 @@ export const LanguagePicker = () => {
|
||||
|
||||
/**
|
||||
* @description prevent select div to receive focus on keyboard navigation so the focus goes directly to inner button
|
||||
* @see https://github.com/numerique-gouv/people/pull/379
|
||||
* @see https://github.com/suitenumerique/people/pull/379
|
||||
*/
|
||||
useEffect(() => {
|
||||
if (!document) {
|
||||
|
||||
Reference in New Issue
Block a user