This commit is contained in:
Felix Roos 2022-02-27 22:11:34 +01:00
parent df0650e48d
commit 827c983175
24 changed files with 22150 additions and 20110 deletions

View file

@ -20,7 +20,7 @@ export default function CodeMirror({value, onChange, options, editorDidMount}) {
});
}
export const markEvent = (editor) => (time, event) => {
const locs = event.value.locations;
const locs = event.context.locations;
if (!locs || !editor) {
return;
}