File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
sandbox/src/lib/components Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33# Unreleased
44
5+ * Fixed bug in sandbox pages (\# 839);
56* Displayed all kinds of recent task activities in tasks management page. (\# 835);
67
78# 1.20.0
Original file line number Diff line number Diff line change 170170 updateData (jschemaComponent .getArguments ());
171171 }
172172
173- function detectChange ({ detail } ) {
174- updateData (detail . value );
173+ function detectChange (value ) {
174+ updateData (value);
175175 }
176176
177177 /**
302302 < div class = " col-lg-6" >
303303 < JSchema
304304 componentId= " json-schema-task-manifest-sandbox"
305- on : change = {detectChange}
305+ onchange = {detectChange}
306306 schema= {selectedSchema}
307307 {schemaVersion}
308308 {schemaData}
Original file line number Diff line number Diff line change 349349 schema= {oldSchema}
350350 schemaData= {oldSchemaData}
351351 schemaVersion= {oldSchemaVersion}
352- on : change = {handleOldDataChanged}
352+ onchange = {handleOldDataChanged}
353353 {propertiesToIgnore}
354354 bind: this = {oldJschemaComponent}
355355 / >
You can’t perform that action at this time.
0 commit comments