Skip to content

Commit a2dc552

Browse files
committed
Prevent the incorrect displaying of the stencil if a site uses rtl direction
1 parent 80f643f commit a2dc552

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-advanced-cropper",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"description": "The advanced library to create your own croppers suited for any website design",
55
"author": "Norserium",
66
"license": "MIT",

src/Cropper.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ export default {
905905
user-select: none;
906906
max-height: 100%;
907907
max-width: 100%;
908+
direction: ltr;
908909
909910
&__stretcher {
910911
pointer-events: none;

0 commit comments

Comments
 (0)