Skip to content

Commit

Permalink
added updateSchema for yaml editor
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Feb 23, 2024
1 parent ff267c8 commit f5b1ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ const editor3 = new EditorView({
const handleSchemaChange = (newSchema: JSONSchema7) => {
updateSchema(editor1, newSchema);
updateSchema(editor2, newSchema);
updateSchema(editor3, newSchema);
};

// new EditorState.fi(editor1, editor2);
Expand Down

0 comments on commit f5b1ebf

Please sign in to comment.