1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-09 15:38:49 +01:00

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>