(e: Event)
| 176 | } |
| 177 | |
| 178 | function appSelectionChange(e: Event) { |
| 179 | const selection = document.getSelection(); |
| 180 | focusLog("selectionchange", getElemAsStr(selection.anchorNode)); |
| 181 | } |
| 182 | |
| 183 | function AppFocusHandler() { |
| 184 | return null; |
nothing calls this directly
no test coverage detected