1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 21:38:25 +01:00

Merge branch 'release139' into develop

This commit is contained in:
trendschau 2020-10-04 20:17:15 +02:00
commit 144871d95d
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ const contentComponent = Vue.component('content-block', {
},
updateMarkdown: function($event)
{
eventBus.$emit('markdownChanged');
eventBus.$emit('markdownChanged', $event);
self.$root.$data.unsafed = true;
this.edit = true;
this.unsafed = true;

View File

@ -34,6 +34,6 @@
<button id="expander" class="expander dim dn db-l link pointer w-100 ba pa2 mb3 f6">expand navigation</button>
{% endif %}
<ul class="mainnavigation list pa0 menu">
<ul class="cy-nav mainnavigation list pa0 menu">
{{ macros.loop_over(navigation, settings.themes.cyanine.chapnum ) }}
</ul>