pcottle / learnGitBranching

An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
https://pcottle.github.io/learnGitBranching/
MIT License
30.4k stars 5.74k forks source link

[Bugfixes] Unable to enter commands in console #1027

Closed ulyssear closed 1 year ago

ulyssear commented 1 year ago

This PR is about the resolution of the issue #1026.

Applying "inert" attribute to child elements of body prevented the user to type commands in the console. So, the code has been moved before the call of "releaseKeyboard" and "stealKeyboard".

netlify[bot] commented 1 year ago

Deploy Preview for xenodochial-hugle-b9ec84 ready!

Name Link
Latest commit 0f450f656807482544cf81ae99d7f8874ec329e0
Latest deploy log https://app.netlify.com/sites/xenodochial-hugle-b9ec84/deploys/6345449289d16c00096e0d77
Deploy Preview https://deploy-preview-1027--xenodochial-hugle-b9ec84.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

pcottle commented 1 year ago

thanks for the quick fix!