added default unit parameter to settings
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
});
|
||||
|
||||
function cropImage() {
|
||||
editor.crop(width.value, height.value, 'cm');
|
||||
editor.crop(width.value, height.value);
|
||||
}
|
||||
|
||||
function resizeEditor() {
|
||||
|
||||
Reference in New Issue
Block a user