Skip to content

Commit

Permalink
fix(react, svelte, vue): allow to accept enabled prop
Browse files Browse the repository at this point in the history
fixes #4633
  • Loading branch information
nolimits4web committed Jun 1, 2021
1 parent c7327d4 commit 76dd086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/react/params-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const paramsList = [
'updateOnWindowResize',
'resizeObserver',
'nested',
'_enabled',
'_width',
'_height',
'preventInteractionOnTransition',
Expand Down
1 change: 1 addition & 0 deletions src/svelte/params-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const paramsList = [
'updateOnWindowResize',
'resizeObserver',
'nested',
'_enabled',
'_width',
'_height',
'preventInteractionOnTransition',
Expand Down
1 change: 1 addition & 0 deletions src/vue/params-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const paramsList = [
'updateOnWindowResize',
'resizeObserver',
'nested',
'_enabled',
'_width',
'_height',
'preventInteractionOnTransition',
Expand Down

0 comments on commit 76dd086

Please sign in to comment.