Fix #4069: keep track of killed elements again

This line of code disappeared in 689a649624
This commit is contained in:
Oliver Blanthorn 2022-01-12 16:37:20 +01:00
parent 46045b56ae
commit 47df219945
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -4589,6 +4589,7 @@ export async function hint(...args: string[]): Promise<any> {
case OpenMode.KillTridactyl:
elem.classList.add("TridactylKilledElem")
KILL_STACK.push(elem)
return elem
case OpenMode.SaveResource: