Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In material theme does not work with navigation.instant enabled #60

Closed
ErliSoares opened this issue Sep 3, 2021 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@ErliSoares
Copy link
Contributor

https://squidfunk.github.io/mkdocs-material/reference/data-tables/#customization

Use only document$ in

if (
typeof app !== "undefined" &&
typeof app.document$ !== "undefined"
) {
app.document$.subscribe(function() {
var nodes = document.querySelectorAll('.timeago');

image

@timvink timvink added the bug Something isn't working label Sep 3, 2021
@timvink
Copy link
Owner

timvink commented Sep 3, 2021

Fixed in v0.9.3 by @ErliSoares !

@timvink timvink closed this as completed Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants