From 50eb428223468540d657e489dbb7605550145419 Mon Sep 17 00:00:00 2001 From: Yousif Yassi Date: Tue, 20 Feb 2024 12:29:37 -0500 Subject: [PATCH 1/3] feat: OPTIC-457: Switch system to use Monorepo instead of Submodules --- src/components/App/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/App/App.js b/src/components/App/App.js index 6524f0a36..1dbd6a95c 100644 --- a/src/components/App/App.js +++ b/src/components/App/App.js @@ -61,6 +61,7 @@ class App extends Component { relationsRef = React.createRef(); componentDidMount() { + // Hack to activate app hotkeys window.blur(); document.body.focus(); From a037846bcc14c2c470c72f40d7b9afb13273cd47 Mon Sep 17 00:00:00 2001 From: Yousif Yassi Date: Tue, 20 Feb 2024 17:55:40 -0500 Subject: [PATCH 2/3] forcing an update --- src/components/App/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/App/App.js b/src/components/App/App.js index 1dbd6a95c..6524f0a36 100644 --- a/src/components/App/App.js +++ b/src/components/App/App.js @@ -61,7 +61,6 @@ class App extends Component { relationsRef = React.createRef(); componentDidMount() { - // Hack to activate app hotkeys window.blur(); document.body.focus(); From 75d40f0f2e7ec6f23d9fda13ea691042c9406ce8 Mon Sep 17 00:00:00 2001 From: Brandon Martel Date: Tue, 27 Feb 2024 15:37:33 -0600 Subject: [PATCH 3/3] empty commit to trigger workflow