Skip to content

Commit 34131ca

Browse files
committed
fix(oscillator): Switch copy to using copyParameterToViewName
1 parent 5da9a62 commit 34131ca

3 files changed

Lines changed: 4 additions & 22 deletions

File tree

static/types/oscillator.js

Lines changed: 2 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/oscillator/src/hooks.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

types/oscillator/src/model.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module.exports = {
66
attributes: ['oscillator'],
77
hooks: [
88
{
9-
type: 'nameToView',
9+
type: 'copyParameterToViewName',
10+
attribute: 'oscillator.name',
1011
},
1112
],
1213
},

0 commit comments

Comments
 (0)