[Bug] Modern template does not read the value of "tocFilter" in local storage. · Issue #9791 · dotnet/docfx · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The TOC filter bar stores its content inside "tocFilter" in the local storage, most likely to load it back in on page reload, like the older versions did.
To Reproduce
Steps to reproduce the behavior:
Go to any page with a TOC
Put any filter on the filter bar
Click on a page/reload
The filter bar is empty
Expected behavior
The filter bar should keep its value by reading the "tocFilter" variable inside local storage on element construction.
Screenshots
None
Context (please complete the following information):
Browser: Edge (Chromium)
Form factor: All
Docfx version: 2.75.2
Template: modern
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the bug
The TOC filter bar stores its content inside "tocFilter" in the local storage, most likely to load it back in on page reload, like the older versions did.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The filter bar should keep its value by reading the "tocFilter" variable inside local storage on element construction.
Screenshots
None
Context (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: