From a3462791ce40f9c6fc77541d91d52acd465bd39c Mon Sep 17 00:00:00 2001 From: yrammos Date: Tue, 18 Nov 2025 23:59:24 +0100 Subject: [PATCH] Fix bug in undocumented naturalization feature. --- src/js/modules/UI/Accidentals/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/modules/UI/Accidentals/utils.js b/src/js/modules/UI/Accidentals/utils.js index d9ec033f..ddc97920 100644 --- a/src/js/modules/UI/Accidentals/utils.js +++ b/src/js/modules/UI/Accidentals/utils.js @@ -6,7 +6,7 @@ Copyright (C) 2022 Petter Ericson, Yannis Rammos, Mehdi Merah, and the EPFL Dig MuseReduce is free software: you can redistribute it and/or modify it under the terms of the Affero General Public License as published by the Free Software Foundation. MuseReduce is distributed without explicit or implicit warranty. See the Affero General Public License at https://www.gnu.org/licenses/agpl-3.0.en.html for more details. */ import { getDrawContexts } from '../../../bootstrap' -import { get_by_id, get_id } from '../../../utils/misc' +import { get_by_id, get_id, get_raw_id } from '../../../utils/misc' export function naturalize_note(elem) { let svg_accid = elem.querySelector('.accid')