Fix modal not working in standalone composer

pull/80/head
Lim Chee Aun 2023-03-15 21:18:47 +08:00
rodzic 81bf7aeebe
commit 2c970cda3d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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>