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 03cd995 commit e7196c9Copy full SHA for e7196c9
interact.js
@@ -1052,6 +1052,10 @@
1052
1053
action = action || prepared;
1054
1055
+ if (/^resize/.test(action)) {
1056
+ action = 'resize';
1057
+ }
1058
+
1059
return (options.snapEnabled && indexOf(options.snap.actions, action) !== -1);
1060
}
1061
@@ -1060,6 +1064,10 @@
1064
1065
1062
1066
1067
1068
1069
1070
1063
1071
return options.restrictEnabled && options.restrict[action];
1072
1073
0 commit comments