Skip to content

Commit

Permalink
refactor: sort events alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg committed Dec 9, 2024
1 parent 2d70782 commit d65459e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/editor/src/behaviors/behavior.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ export type SyntheticBehaviorEvent =
}
}
| {
type: 'insert.soft break'
type: 'insert.break'
}
| {
type: 'insert.break'
type: 'insert.soft break'
}
| {
type: 'insert.text'
Expand Down

0 comments on commit d65459e

Please sign in to comment.