mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Fix #4069: keep track of killed elements again
This line of code disappeared in 689a649624
This commit is contained in:
parent
46045b56ae
commit
47df219945
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue