Skip to content

Commit

Permalink
Merge pull request #508 from Flamenco/fix_input
Browse files Browse the repository at this point in the history
Fix broken text input
  • Loading branch information
hildjj committed Apr 4, 2024
2 parents ad40992 + c8c4781 commit 8928ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Unreleased

### Bug fixes
- [#507](https://github.com/peggyjs/peggy/pull/507) Remove stray semicolon in CSS
- [#508](https://github.com/peggyjs/peggy/pull/508) Fix broken text input

### Documentation
- [#506](https://github.com/peggyjs/peggy/pull/506) Added END OF INPUT (`!.`).
Expand Down
2 changes: 1 addition & 1 deletion docs/js/online.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ $(document).ready(function() {
}
}

$("#parser-var, #option-cache")
$("#option-cache")
.change(rebuildGrammar)
.mousedown(rebuildGrammar)
.mouseup(rebuildGrammar)
Expand Down

0 comments on commit 8928ff3

Please sign in to comment.