(ev)
| 5747 | } |
| 5748 | |
| 5749 | function viewOptionsEscape(ev) { |
| 5750 | if (ev.key === "Escape") hideViewOptionsPopover(); |
| 5751 | } |
| 5752 | |
| 5753 | function ensureViewOptionsPopover() { |
| 5754 | if (viewOptionsPopover) return viewOptionsPopover; |
nothing calls this directly
no test coverage detected