From dcc669d6feca9f17fe36b08f24d6040c0b1be737 Mon Sep 17 00:00:00 2001 From: natxocc Date: Sun, 12 Apr 2026 21:35:49 +0200 Subject: [PATCH] Actualizar sigpro2.js --- sigpro2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sigpro2.js b/sigpro2.js index c1f002c..6687d13 100644 --- a/sigpro2.js +++ b/sigpro2.js @@ -306,6 +306,7 @@ const Render = renderFn => { const previousOwner = activeOwner const container = doc.createElement("div") container.style.display = "contents" + container.setAttribute("role", "presentation") // ← único cambio real activeOwner = { _cleanups: cleanups, _mounts: mounts } const processResult = result => {