This line: ``` js if (this.settings.focusCleanup && !this.blockFocusCleanup) { ``` is very strange because `focusCleanup` is not defined in settings and `blockFocusCleanup` was never created. Please check it.