Skip to content

Commit eb3183e

Browse files
committed
fix default value of UPLOADCARE_CROP
1 parent 8e8ab29 commit eb3183e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CKEDITOR.plugins.add('uploadcare', {
1010

1111
// Check for custom crop
1212
if (typeof UPLOADCARE_CROP === 'undefined') {
13-
UPLOADCARE_CROP = true;
13+
UPLOADCARE_CROP = "";
1414
}
1515

1616
UPLOADCARE_AUTOSTORE = true;

0 commit comments

Comments
 (0)