The event listeners for "focus" and "click" in the Dashboard have not been properly removed

should be

document.removeEventListener(‘focus’, this.recordIfFocusedOnUppyRecently, true)
document.removeEventListener(‘click’, this.recordIfFocusedOnUppyRecently, true)

PR created