build
This commit is contained in:
parent
df0650e48d
commit
827c983175
24 changed files with 22150 additions and 20110 deletions
2
docs/dist/CodeMirror.js
vendored
2
docs/dist/CodeMirror.js
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue