(e)
| 479 | } |
| 480 | |
| 481 | openCreateAccountModal (e) { |
| 482 | e?.stopPropagation?.() |
| 483 | this.openModalView(new CreateAccountModal()) |
| 484 | } |
| 485 | |
| 486 | openAnonymousTeacherModal (e) { |
| 487 | e.stopPropagation() |
nothing calls this directly
no outgoing calls
no test coverage detected