Skip to content

Commit 532afe0

Browse files
committed
Add missing settings in Interactable#set
1 parent 5cb3266 commit 532afe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interact.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4310,9 +4310,9 @@
43104310
this.gesturable('gesturable' in options? options.gesturable: this.options.gesturable);
43114311

43124312
var settings = [
4313-
'accept', 'actionChecker', 'allowFrom', 'autoScroll',
4314-
'dropChecker', 'ignoreFrom', 'inertia', 'origin',
4315-
'rectChecker', 'restrict', 'snap'
4313+
'accept', 'actionChecker', 'allowFrom', 'autoScroll', 'deltaSource',
4314+
'dropChecker', 'ignoreFrom', 'inertia', 'origin', 'preventDefault',
4315+
'rectChecker', 'restrict', 'snap', 'styleCursor'
43164316
];
43174317

43184318
for (var i = 0, len = settings.length; i < len; i++) {

0 commit comments

Comments
 (0)