Skip to content

Commit b5abe1e

Browse files
committed
fix(editor): add missing updatePatternStops function
1 parent 4e04c5e commit b5abe1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/editor/components/pattern/PatternStopContainer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class PatternStopContainer extends Component {
107107
status,
108108
stops,
109109
updateActiveEntity,
110+
updatePatternStops,
110111
addStopToPattern,
111112
removeStopFromPattern,
112113
setActiveEntity
@@ -137,6 +138,7 @@ class PatternStopContainer extends Component {
137138
activePattern={activePattern}
138139
patternEdited={patternEdited}
139140
updateActiveEntity={updateActiveEntity}
141+
updatePatternStops={updatePatternStops}
140142
saveActiveEntity={saveActiveEntity}
141143
addStopToPattern={addStopToPattern}
142144
removeStopFromPattern={removeStopFromPattern}

0 commit comments

Comments
 (0)