jedison 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/jedison.js
CHANGED
|
@@ -3735,7 +3735,7 @@ class EditorArray extends Editor {
|
|
|
3735
3735
|
}
|
|
3736
3736
|
class EditorArrayTable extends EditorArray {
|
|
3737
3737
|
static resolves(schema, refParser) {
|
|
3738
|
-
return getSchemaType(schema) === "array" && getSchemaXOption(schema, "format") === "table
|
|
3738
|
+
return getSchemaType(schema) === "array" && getSchemaXOption(schema, "format") === "table";
|
|
3739
3739
|
}
|
|
3740
3740
|
addEventListeners() {
|
|
3741
3741
|
this.control.addBtn.addEventListener("click", () => {
|