Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyozz committed Apr 24, 2020
1 parent 22ac894 commit 30fb613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ yarn-debug.log*
yarn-error.log*

.idea
out
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 30fb613

Please sign in to comment.