fix: enable threaded Flask for SSE and make embed tab switch instant
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
const root = document.getElementById("options-root");
|
||||
if (!root) return;
|
||||
if (root.getAttribute("data-options-booted") === "1") return;
|
||||
root.setAttribute("data-options-booted", "1");
|
||||
|
||||
const panelCache = (window.__optionsPanelCache = window.__optionsPanelCache || {});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user