From 290b7a0c4d46b2efca325973e18ff78cd8aa7bbc Mon Sep 17 00:00:00 2001 From: BlupBlurp <44441061+BlupBlurp@users.noreply.github.com> Date: Sat, 13 Jun 2026 01:39:22 +0200 Subject: [PATCH] Allow modals in the damage-calc panel --- play.pokemonshowdown.com/src/panel-damagecalc.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.pokemonshowdown.com/src/panel-damagecalc.tsx b/play.pokemonshowdown.com/src/panel-damagecalc.tsx index 60af16ed8..2ddc766fc 100644 --- a/play.pokemonshowdown.com/src/panel-damagecalc.tsx +++ b/play.pokemonshowdown.com/src/panel-damagecalc.tsx @@ -42,7 +42,7 @@ class DamageCalcPanel extends PSRoomPanel { src={FULL_CALC_URL} style="flex:1;width:100%;border:none;min-height:0" title="Damage Calculator" - sandbox="allow-scripts allow-same-origin allow-forms allow-popups" + sandbox="allow-scripts allow-same-origin allow-forms allow-popups allow-modals" /> ;