Skip to content

Commit 6298878

Browse files
UlTriXvieron
authored andcommitted
fix(gridster): resize.axes default option only 'both'
If passing resize.axes option it will be what is defined and not ['x','y','both'].
1 parent a640dee commit 6298878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.gridster.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
resize: {
3838
enabled: false,
39-
axes: ['x', 'y', 'both'],
39+
axes: ['both'],
4040
handle_append_to: '',
4141
handle_class: 'gs-resize-handle',
4242
max_size: [Infinity, Infinity]

0 commit comments

Comments
 (0)