should be
document.removeEventListener(‘focus’, this.recordIfFocusedOnUppyRecently, true) document.removeEventListener(‘click’, this.recordIfFocusedOnUppyRecently, true)
document.removeEventListener(‘focus’, this.recordIfFocusedOnUppyRecently, true)
document.removeEventListener(‘click’, this.recordIfFocusedOnUppyRecently, true)
PR created