PDF editor: Minor UX adjustments

This commit is contained in:
Raphael Michel
2024-03-14 12:33:37 +01:00
parent 40b44f9272
commit ad0d3f5469
2 changed files with 3 additions and 1 deletions

View File

@@ -1143,7 +1143,7 @@ var editor = {
editor.dirty = true;
editor._update_save_button();
});
$("#pdf-info-width, #pdf-info-height").bind('change', editor._paper_size_warning);
$("#pdf-info-width, #pdf-info-height").bind('change input', editor._paper_size_warning);
$.getJSON($("#schema-url").text(), function (data) {
editor.schema = data;