Skip to content

Commit

Permalink
Disable welcome text selection
Browse files Browse the repository at this point in the history
Interaction by clicking on initial triangles could select the welcome text when the puzzle is finished.
  • Loading branch information
hoiast committed May 9, 2023
1 parent 79c3921 commit 9a9b6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InteractiveHome/InteractiveHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ eventStore.on("toggleLock", toggleLock);
v-if="puzzleStore.isUnlocked"
>
<GradientText
class="text-4xl text-center"
class="text-4xl text-center select-none"
:colorPattern="['#65B947', '#443DAA', '#FC0D46']"
>
WELCOME
Expand Down

0 comments on commit 9a9b6be

Please sign in to comment.