Fix modal not working in standalone composer

This commit is contained in:
Lim Chee Aun 2023-03-15 21:18:47 +08:00
parent 81bf7aeebe
commit 2c970cda3d

View file

@ -10,6 +10,7 @@
</head>
<body>
<div id="app-standalone"></div>
<div id="modal-container"></div>
<script type="module" src="/src/compose.jsx"></script>
</body>
</html>