From 2c970cda3dd94d10bd7749b6d787df91ccb5e935 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun <cheeaun@gmail.com> Date: Wed, 15 Mar 2023 21:18:47 +0800 Subject: [PATCH] Fix modal not working in standalone composer --- compose/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/index.html b/compose/index.html index b18ed422..604e06b0 100644 --- a/compose/index.html +++ b/compose/index.html @@ -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>