diff --git a/packages/codemirror/widget.mjs b/packages/codemirror/widget.mjs index f98dcf89..facfe1c2 100644 --- a/packages/codemirror/widget.mjs +++ b/packages/codemirror/widget.mjs @@ -109,11 +109,11 @@ registerWidget('_pianoroll', (id, options = {}, pat) => { return pat.pianoroll({ fold: 1, ...options, ctx, id }); }); -registerWidget('_spiral', (id, options = {}, pat) => { +/* registerWidget('_spiral', (id, options = {}, pat) => { options = { width: 200, height: 200, size: 36, ...options }; const ctx = getCanvasWidget(id, options).getContext('2d'); return pat.spiral({ ...options, ctx, id }); -}); +}); */ registerWidget('_scope', (id, options = {}, pat) => { options = { width: 500, height: 60, pos: 0.5, scale: 1, ...options };