N°6759 - Small fixes

This commit is contained in:
Timothee
2025-08-26 15:26:37 +02:00
parent 67f60ddd00
commit 646aa743dc

View File

@@ -77,7 +77,7 @@ editor.getSession().setValue(configurationSource.value);
editor.getSession().on('change', function()
{
configurationSource.val(editor.getSession().getValue());
configurationSource.value = editor.getSession().getValue();
EditorUtils.updateConfigEditorButtonState(editor);
});
editor.getSession().on("changeAnnotation", function()