Fixed markdown controller

This commit is contained in:
Jan Böhmer 2022-03-06 14:57:01 +01:00
parent f3680ea7de
commit c54336fb47

View file

@ -8,7 +8,7 @@ export default class extends Controller {
connect() connect()
{ {
console.log('Markdown controller called'); this.configureMarked();
this.render(); this.render();
} }