Skip to content

Commit 2be0c84

Browse files
authored
runfix: replace user modal in app context (#13987)
1 parent ef901e6 commit 2be0c84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/page/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
#include('loading.htm')
2424

25-
<div id="user-modal-container"></div>
26-
2725
<script src="./config.js?{{@config.VERSION}}"></script>
2826
<script src="./min/dexie.js?{{@config.VERSION}}"></script>
2927
<script src="./min/vendor.js?{{@config.VERSION}}"></script>

src/script/page/AppMain.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ const AppContainer: FC<AppContainerProps> = ({root}) => {
125125
/>
126126

127127
{/*The order of these elements matter to show proper modals stack upon each other*/}
128+
<div id="user-modal-container"></div>
128129
<PrimaryModalComponent />
129130
<GroupCreationModal userState={userState} teamState={teamState} />
130131
</main>

0 commit comments

Comments
 (0)