Skip to content

Commit ece6c98

Browse files
authored
Adding disabled to the list of default scopes
1 parent a1dceb2 commit ece6c98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/SwipeOut.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ export default {
269269
}, defaultScope ? defaultScope({
270270
revealLeft: this.revealLeft,
271271
revealRight: this.revealRight,
272+
disabled: this.disabled,
272273
close: this.closeActions,
273274
revealed: this.innerRevealed,
274275
}) : null),

0 commit comments

Comments
 (0)