build
This commit is contained in:
parent
947aecdd33
commit
d87049c7f8
5 changed files with 98 additions and 107 deletions
|
|
@ -171877,7 +171877,7 @@ const markEvent = (editor)=>(time, event)=>{
|
|||
ch: end.column
|
||||
}, //{ css: 'background-color: #FFCA28; color: black' } // background-color is now used by parent marking
|
||||
{
|
||||
css: 'outline: 2px solid #FFCA28; box-sizing:border-box'
|
||||
css: 'outline: 1px solid #FFCA28; box-sizing:border-box'
|
||||
})
|
||||
);
|
||||
//Tone.Transport.schedule(() => { // problem: this can be cleared by scheduler...
|
||||
|
|
@ -171894,7 +171894,7 @@ const markParens = (editor, data)=>{
|
|||
const marked = getCurrentParenArea(v, data);
|
||||
parenMark?.clear();
|
||||
parenMark = editor.getDoc().markText(...marked, {
|
||||
css: 'background-color: #0000dd20'
|
||||
css: 'background-color: #00007720'
|
||||
}); //
|
||||
};
|
||||
function offsetToPosition(offset, code) {
|
||||
|
|
@ -183164,4 +183164,4 @@ exports.default = cx;
|
|||
|
||||
},{"@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}]},["3uVTb"], "3uVTb", "parcelRequire94c2")
|
||||
|
||||
//# sourceMappingURL=index.b40b1a4b.js.map
|
||||
//# sourceMappingURL=index.5d784197.js.map
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -11,6 +11,6 @@
|
|||
<body>
|
||||
<div id="root"></div>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<script src="/tutorial/index.b40b1a4b.js" defer=""></script>
|
||||
<script src="/tutorial/index.5d784197.js" defer=""></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue