John Gill
Results
1
comments of
John Gill
I had this issue as well. Was able to resolve it by setting the following styles on the cursor: ``` .Typist .Cursor { display: inline-block; width: 0; } ``` Default...