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 984c96d commit a40eef8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/affinity-mark/src/createMarkAffinityPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,10 @@ export const createMarkAffinityPlugin = createPluginFactory<MarkAffinityPlugin>(

if (isRight && isEnd && moveRightAtBoundary) {
moveRightAtBoundary(editor, currentEndLeafEntry!, nextLeafEntry!);
return console.log('rrr');
}

if (!isRight && isStart && moveLeftAtBoundary) {
moveLeftAtBoundary(editor, currentEndLeafEntry!, nextLeafEntry!);
return console.log('llll');
}
}

Expand Down

0 comments on commit a40eef8

Please sign in to comment.