Skip to content

Commit 026d48b

Browse files
committed
- schema is now hidden in editor if present, but other additional parameters besides the schema are allowed
1 parent 4e773fd commit 026d48b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vmfedit/src/main/java/eu/mihosoft/vmf/vmfedit/JsonEditorAppController.java

-3
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ private void handleLoadDocument() {
130130
jsonEditorControl.setSchema(null);
131131
}
132132

133-
// remove schema from content
134-
135-
136133
jsonEditorControl.setValue(content);
137134

138135
currentFile = file;

0 commit comments

Comments
 (0)