Skip to content

Commit

Permalink
chore(news): anchors to id should scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
atusy committed Mar 27, 2024
1 parent 10e3a13 commit 73e1abc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# felp 0.3.0.9999

- Fixed wrong behaviors of anchors in the HTML help in the UI of the `fuzzyhelp` function.
A click on a anchor should not cause nesting of the UI when href of the anchor is an ID.
Instead, the click should scroll the window to show the element with the corresponding ID.

# felp 0.3.0

- Added `fuzzyhelp` function which launches Shiny Gadget to search help topics fuzzily, and preview the result. Done button will also launch `help` function.
Expand Down

0 comments on commit 73e1abc

Please sign in to comment.