Revert "thingie to display current pattern value"

This reverts commit 989b5dcc3a.
This commit is contained in:
Alex McLean
2025-10-14 15:11:05 +01:00
parent 481838c712
commit 6fbcbf60ed
3 changed files with 0 additions and 54 deletions
-6
View File
@@ -140,9 +140,3 @@ registerWidget('_spectrum', (id, options = {}, pat) => {
const ctx = getCanvasWidget(id, options).getContext('2d');
return pat.spectrum({ ...options, ctx, id });
});
registerWidget('_textbox', (id, options = {}, pat) => {
options = { width: 500, height: 30, ...options };
const ctx = getCanvasWidget(id, options).getContext('2d');
return pat.textbox({ ...options, ctx, id });
});