mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Fix modal not working in standalone composer
This commit is contained in:
parent
81bf7aeebe
commit
2c970cda3d
1 changed files with 1 additions and 0 deletions
|
@ -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