From a69fff5090f44f887ff115b69637821d6c987f35 Mon Sep 17 00:00:00 2001 From: C Banuelos Date: Wed, 7 Jun 2023 22:08:42 -0700 Subject: [PATCH] Deshabilitar temporalmente reproducir la linea actual --- src/editorCodeMirror/editorParser.js | 8 +++++--- src/editorCodeMirror/tutorialString.js | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/editorCodeMirror/editorParser.js b/src/editorCodeMirror/editorParser.js index 1cf50de..141a56a 100644 --- a/src/editorCodeMirror/editorParser.js +++ b/src/editorCodeMirror/editorParser.js @@ -42,9 +42,11 @@ function EditorParser({ parent, parser, handlePlay }) { keymaps, basicSetup, EditorView.lineWrapping, - EditorView.updateListener.of((v) => { - currentLineText = getCurrentLineText(v) - }) + // EditorView.updateListener.of((v) => { + // console.log(v) + // currentLineText = getCurrentLineText(v) + // console.log(currentLineText) + // }) ] }) diff --git a/src/editorCodeMirror/tutorialString.js b/src/editorCodeMirror/tutorialString.js index 54e318f..9e5cf42 100644 --- a/src/editorCodeMirror/tutorialString.js +++ b/src/editorCodeMirror/tutorialString.js @@ -1,5 +1,5 @@ -const tutorialString = `// Presiona ctrl+enter para correr la linea del cursor o la seleccion -// Ritmos euclidianos +const tutorialString = `// Presiona ctrl+enter para correr la seleccion de texto +// Ritmos euclidianos, de momento solo "sine" c4(3,8) g8(5,12) // Presiona ctrl+. para detener la Ășltima secuencia