correction subtitles & notes

This commit is contained in:
Julie Blanc 2026-03-16 15:20:27 +01:00
parent 2f5da421b5
commit 7851d1a4ec
4 changed files with 5 additions and 5 deletions

View file

@ -38,10 +38,9 @@ function inlineNotesHandler(params){
createNotes(content, input, type);
let noteContainer = content.querySelector(params.containerNotes);
if(noteContainer){
content.querySelectorAll(params.containerNotes).forEach(noteContainer => {
noteContainer.remove();
}
});
}