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')