Make hiding comment section stateful #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix hiding of the comment section by making it stateful.
Make it stateful, instead of not stateful as it is in the current setup.
Comment hiding is done via localstorage, this causes the comment section to pop in on a page load even though it should be hidden.