Skip to content

Commit

Permalink
update enabled key for delete plugin in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
archie9211 committed Oct 10, 2023
1 parent 1b734e5 commit 33f4129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/registry/default/example/playground-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const usePlaygroundPlugins = ({
enabled: !!enabled.selectOnBackspace,
}),
createDeletePlugin({
enabled: !!enabled.createDeletePlugin,
enabled: !!enabled.delete,
}),
createSingleLinePlugin({
enabled: id === 'singleline' || !!enabled.singleLine,
Expand Down

0 comments on commit 33f4129

Please sign in to comment.