Skip to content

Commit

Permalink
Merge pull request #3537 from udecode/history-editor
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
felixfeng33 authored Sep 14, 2024
2 parents 10c5c59 + 6af9893 commit fa1b7c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-dancers-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@udecode/slate': patch
---

Missing export
1 change: 1 addition & 0 deletions packages/slate/src/interfaces/history-editor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
export * from './isHistoryEditor';
export * from './isHistoryMerging';
export * from './isHistorySaving';
export * from './withMerging';
export * from './withoutMergingHistory';
export * from './withoutSavingHistory';

0 comments on commit fa1b7c7

Please sign in to comment.