mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-07 23:30:45 -04:00
snapshot + add markcss in test runtime
This commit is contained in:
@@ -134,6 +134,9 @@ strudel.Pattern.prototype._pitchwheel = function () {
|
||||
strudel.Pattern.prototype._pianoroll = function () {
|
||||
return this;
|
||||
};
|
||||
strudel.Pattern.prototype.markcss = function () {
|
||||
return this;
|
||||
};
|
||||
|
||||
const uiHelpersMocked = {
|
||||
backgroundImage: id,
|
||||
|
||||
Reference in New Issue
Block a user