okkur / syna

Highly customizable open source theme for Hugo based static websites
https://syna.okkur.org/demo/
Apache License 2.0
251 stars 134 forks source link

Fix extra dom update causing event removal issue #681

Closed mpourismaiel closed 4 years ago

mpourismaiel commented 4 years ago

What this PR does / why we need it: This PR fixes jq-helpers append function that caused an update on all the nodes inside the context element, creating an update to the dom which in turn removed all the events and updates made to the element inside that context.

This also fixes scroll to top issue (unrelated to the main fix but it was a really small change, done in a separate commit).

Which issue this PR fixes: fixes #679

Release note:

- Fixes some JS functionality not working such as navbar search and scroll to top
ghost commented 4 years ago

DeepCode's analysis on #4fb641 found:

:speech_balloon: This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


:relaxed: If you want to provide feedback on our bot, here is how to contact us.