Use Vanilla JS instead of jQuery as there is initiative in core to remove jQuery
| Comment | File | Size | Author |
|---|
Issue fork scrollup-3325272
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
vknikolov commentedComment #3
vknikolov commentedComment #4
vknikolov commentedshow label on 2 rows
Comment #5
vknikolov commentedLTR/RTL support
Comment #6
vknikolov commentedFix once check
Comment #7
vladimirausLatest patch no longer apply.
Comment #9
vladimirausComment #10
jannakha commented- set default value for scroll_title in case it's empty
- title should not be hardcoded: `title="scroll_title"`
- you can use Template literals, `title=${scroll_title}`
- use semantic HTML, eg
<a><span>...</span></a> (not <a><div>...</div></a>Comment #11
vladimirausThank you for review! 🧁
Updated.
Comment #12
jannakha commentedthis MR is good to go.
Comment #14
vladimirausThank you! Committed! 🥂