(e)
| 1878 | } |
| 1879 | |
| 1880 | onClickMap (e) { |
| 1881 | this.$levelInfo?.hide() |
| 1882 | if (this.sessions?.models.length < 3) { |
| 1883 | // Restore the next level higlight for very new players who might otherwise get lost. |
| 1884 | this.highlightNextLevel() |
| 1885 | } |
| 1886 | } |
| 1887 | |
| 1888 | onClickLevel (e) { |
| 1889 | e.preventDefault() |
nothing calls this directly
no test coverage detected