We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e04c5e commit b5abe1eCopy full SHA for b5abe1e
lib/editor/components/pattern/PatternStopContainer.js
@@ -107,6 +107,7 @@ class PatternStopContainer extends Component {
107
status,
108
stops,
109
updateActiveEntity,
110
+ updatePatternStops,
111
addStopToPattern,
112
removeStopFromPattern,
113
setActiveEntity
@@ -137,6 +138,7 @@ class PatternStopContainer extends Component {
137
138
activePattern={activePattern}
139
patternEdited={patternEdited}
140
updateActiveEntity={updateActiveEntity}
141
+ updatePatternStops={updatePatternStops}
142
saveActiveEntity={saveActiveEntity}
143
addStopToPattern={addStopToPattern}
144
removeStopFromPattern={removeStopFromPattern}
0 commit comments