fix: highlighting sync
This commit is contained in:
parent
c7c90b0647
commit
372bdf8be7
10 changed files with 347 additions and 335 deletions
|
|
@ -49,7 +49,7 @@ export function MiniRepl({ tune, hideOutsideView = false, init, enableKeyboard }
|
|||
view,
|
||||
pattern,
|
||||
active: started && !activeCode?.includes('strudel disable-highlighting'),
|
||||
getTime: () => scheduler.phase,
|
||||
getTime: () => scheduler.getPhase(),
|
||||
});
|
||||
|
||||
// set active pattern on ctrl+enter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue