We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ea133 commit c4c58b5Copy full SHA for c4c58b5
src/components/GridItem.vue
@@ -785,11 +785,11 @@
785
786
const opts = {
787
preserveAspectRatio: true,
788
- // allowFrom: "." + this.resizableHandleClass,
+ // allowFrom: "." + this.resizableHandleClass.trim().replace(" ", "."),
789
edges: {
790
left: false,
791
- right: "." + this.resizableHandleClass,
792
- bottom: "." + this.resizableHandleClass,
+ right: "." + this.resizableHandleClass.trim().replace(" ", "."),
+ bottom: "." + this.resizableHandleClass.trim().replace(" ", "."),
793
top: false
794
},
795
ignoreFrom: this.resizeIgnoreFrom,
0 commit comments