]> BookStack Code Mirror - bookstack/commit
Fixed click issue with tag suggestions in safari
authorDan Brown <redacted>
Fri, 7 Apr 2023 16:47:46 +0000 (17:47 +0100)
committerDan Brown <redacted>
Fri, 7 Apr 2023 16:50:57 +0000 (17:50 +0100)
commite722ee4268d64fd3c6699bec5291b0413c4e9099
tree4e5b6fd64297611f65baf53a00707de76b9cccee
parentfd674d10e318e5dfea71dc8f0f94c812dc14c30e
Fixed click issue with tag suggestions in safari

Updated selectable elements to be divs instead of buttons since Safari
akwardly does not focus on buttons on click.
Also standardised keyboard handling to our standard nav class.
Also addressed empty tag values showing in results.
For #4139
app/Actions/TagRepo.php
app/Http/Controllers/TagController.php
resources/js/components/auto-suggest.js