We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f643f commit a2dc552Copy full SHA for a2dc552
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-advanced-cropper",
3
- "version": "0.15.2",
+ "version": "0.15.3",
4
"description": "The advanced library to create your own croppers suited for any website design",
5
"author": "Norserium",
6
"license": "MIT",
src/Cropper.vue
@@ -905,6 +905,7 @@ export default {
905
user-select: none;
906
max-height: 100%;
907
max-width: 100%;
908
+ direction: ltr;
909
910
&__stretcher {
911
pointer-events: none;
0 commit comments