forked from Public/pics
Use flexbox for crop editor box sizing.
This commit is contained in:
@@ -131,7 +131,7 @@ class CropEditor {
|
||||
}
|
||||
|
||||
showContainer() {
|
||||
this.container.style.display = "block";
|
||||
this.container.style.display = '';
|
||||
this.setInputValues();
|
||||
this.positionBoundary();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user