diff --git a/.gitignore b/.gitignore index 3a1bea6..13f04f7 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ yarn-debug.log* yarn-error.log* .idea +out diff --git a/src/main/index.ts b/src/main/index.ts index 790f8ad..5617f69 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -90,7 +90,7 @@ class Application { pointer-events: none; } - #directions, #menu, #startingPosition button, #startingPosition input, #hintName { + #directions, #menu, #startingPosition button, #startingPosition input, #hintName, #worldSelection span { pointer-events: all; }