From 47df219945d166cf22cf334fc047ba97ed6c686f Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Wed, 12 Jan 2022 16:37:20 +0100 Subject: [PATCH] Fix #4069: keep track of killed elements again This line of code disappeared in 689a649624f4cef5bceda87697115dc83b554ae6 --- src/excmds.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/excmds.ts b/src/excmds.ts index 0016567c..fb2db62d 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -4589,6 +4589,7 @@ export async function hint(...args: string[]): Promise { case OpenMode.KillTridactyl: elem.classList.add("TridactylKilledElem") + KILL_STACK.push(elem) return elem case OpenMode.SaveResource: