1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Fixed code annotations not being mounted for long code blocks (8.2.5 regression)

This commit is contained in:
squidfunk 2022-03-22 18:33:30 +01:00
parent eab95da23f
commit 88cfda4288
7 changed files with 9 additions and 9 deletions

View File

@ -214,7 +214,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.703c595d.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.423e7fc4.min.js' | url }}"></script>
{% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script>
{% endfor %}

View File

@ -16,5 +16,5 @@
{% endblock %}
{% block scripts %}
{{ super() }}
<script src="{{ 'overrides/assets/javascripts/bundle.a375bc7d.min.js' | url }}"></script>
<script src="{{ 'overrides/assets/javascripts/bundle.41a3aa6c.min.js' | url }}"></script>
{% endblock %}

View File

@ -64,7 +64,7 @@ const observer$ = defer(() => of(
for (const entry of entries)
entry$.next(entry)
}, {
threshold: 1
threshold: 0
})
))
.pipe(