Skip to content

Commit b782c88

Browse files
committed
Remove redundant default
1 parent 5cfc474 commit b782c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fx/layout_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
1717
}
1818

1919
coerce('dragmode');
20-
coerce('selectdirection', 'any');
20+
coerce('selectdirection');
2121

2222
var hovermodeDflt;
2323
if(layoutOut._has('cartesian')) {

0 commit comments

Comments
 (0)