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> </script>
{% endblock %} {% endblock %}
{% block scripts %} {% 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"] %} {% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script> <script src="{{ path | url }}"></script>
{% endfor %} {% endfor %}

View File

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

View File

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