build
This commit is contained in:
parent
ef3ab6161f
commit
9442b5c66b
9 changed files with 107 additions and 90 deletions
2
docs/dist/CodeMirror.js
vendored
2
docs/dist/CodeMirror.js
vendored
|
|
@ -19,7 +19,7 @@ export default function CodeMirror({value, onChange, options, editorDidMount}) {
|
|||
editorDidMount
|
||||
});
|
||||
}
|
||||
export const markEvent = (editor) => (event) => {
|
||||
export const markEvent = (editor) => (time, event) => {
|
||||
const locs = event.value.locations;
|
||||
if (!locs || !editor) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue