Skip to content

Commit

Permalink
fix: clicking a creature name now opens the creature statblock
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Dec 22, 2021
1 parent e73e9cd commit 31917c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/svelte/Creature.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
contenteditable
class="editable name"
type="text"
on:click={(e) => e.stopPropagation()}
on:blur={updateName}
on:keydown={function (evt) {
if (evt.key === "Enter" || evt.key === "Tab") {
Expand Down

0 comments on commit 31917c1

Please sign in to comment.