Ash McConnell

Results 13 comments of Ash McConnell

I fixed this by creating my own cheatsheet and modifying the toggleCheatSheet function like so: - ``` public toggleCheatSheet(): void { this.helpVisible = !this.helpVisible; if (!this.helpVisible) { this.unpauseHotkeys(); } else...

We are also having this issue. The problem seems to be caused by the image caption, the image editing menu can be used up to that point

I have a similar, but slightly bizarre issue. When I try to injectAxe in an afterEach it works fine, however if the beforeEach or test fails it can't fine the...