Fix modal not working in standalone composer
This commit is contained in:
parent
81bf7aeebe
commit
2c970cda3d
|
@ -10,6 +10,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app-standalone"></div>
|
<div id="app-standalone"></div>
|
||||||
|
<div id="modal-container"></div>
|
||||||
<script type="module" src="/src/compose.jsx"></script>
|
<script type="module" src="/src/compose.jsx"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue