Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Apr 23, 2024
1 parent 665df11 commit 984c96d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/www/src/registry/default/example/playground-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,10 @@ export const usePlaygroundPlugins = ({
createMarkAffinityPlugin({
options: {
moveRightAtBoundary: (editor, currentEndLeafEntry) => {
console.log(editor, 'fj');
console.log(currentEndLeafEntry, 'fj');
console.log('right');
},
moveLeftAtBoundary: (editor) => {
console.log('left');
},
},
}),
Expand Down

0 comments on commit 984c96d

Please sign in to comment.